C
Crimsonsplat
Two related questions for a complaints tracking database in Access2000:
First, the super-basic one: what is the best way to go about taking data
from a form and putting it in a table. Due to the complexity of the business
relationship, about 5 tables will need entries for each complaint, plus
standard codes will need to be looked up from about three more. (I figure
combo boxes for those, of course). I've read through many articles and
questions--more confused than ever now!
Second, the headache: 95% of the records will be unique, but about 5% will
duplicate prior records in two of the tables. I've been trying to create a
macro that will fire on the LoseFocus event, and auto-insert data from the
table's fields into the form if a duplicate record exists, but I get various
errors depending on the contents of the macro's SetValue arguments. If I'm
on the right track, I'll post the full macro and error messages for further
assistance; if not, point me elsewhere.
First, the super-basic one: what is the best way to go about taking data
from a form and putting it in a table. Due to the complexity of the business
relationship, about 5 tables will need entries for each complaint, plus
standard codes will need to be looked up from about three more. (I figure
combo boxes for those, of course). I've read through many articles and
questions--more confused than ever now!
Second, the headache: 95% of the records will be unique, but about 5% will
duplicate prior records in two of the tables. I've been trying to create a
macro that will fire on the LoseFocus event, and auto-insert data from the
table's fields into the form if a duplicate record exists, but I get various
errors depending on the contents of the macro's SetValue arguments. If I'm
on the right track, I'll post the full macro and error messages for further
assistance; if not, point me elsewhere.