G
Guest
I have a set of error codes (21 of them) that I need to keep track of for a
given name and date combo. I have created a form that works well if I simply
add records - when the "add" button is clicked on, my code loops through all
the checkboxes (one for each error code) and creates a new record detail for
each one. My problem is that I would like to make this form 'editable'. I
have already set it up so that I can see if a record exists for a name/date
combo and if so I display a message to this effect, otherwise, I am free to
add a new record. Does anyone know of a good method that would allow me to
display the record information (error code details) when a name/date combo is
found? I am not sure how to pull the information from the underlying tables
(5 of them) to display on my form...
Any guidance would be greatly appreciated - I have reached my limits with
Access and do not know where to go from here.
Thanks,
Carrie
given name and date combo. I have created a form that works well if I simply
add records - when the "add" button is clicked on, my code loops through all
the checkboxes (one for each error code) and creates a new record detail for
each one. My problem is that I would like to make this form 'editable'. I
have already set it up so that I can see if a record exists for a name/date
combo and if so I display a message to this effect, otherwise, I am free to
add a new record. Does anyone know of a good method that would allow me to
display the record information (error code details) when a name/date combo is
found? I am not sure how to pull the information from the underlying tables
(5 of them) to display on my form...
Any guidance would be greatly appreciated - I have reached my limits with
Access and do not know where to go from here.
Thanks,
Carrie