R
ridgerunner
After receiving an answer, to an earlier post, that it would be good design
to add a field to a small table in a database to aid in sorting the database
into certain sections for a report, I set that up and it worked great. The
form to be used for data entry needs to look basically like the report, but I
have run into problems with the form not allowing data entry when I set up a
simple query to join the two tables for sorting purposes. What are my
options? I read a good bit about the problems with forms and linked tables.
I do not have much experience with forms and I wondered if there is a
'work-around' solution. Should I add the special sort field to the main
table and delete the small table? This does not seem like a good solution to
me but I cannot think of anything else.
ridgerunner
to add a field to a small table in a database to aid in sorting the database
into certain sections for a report, I set that up and it worked great. The
form to be used for data entry needs to look basically like the report, but I
have run into problems with the form not allowing data entry when I set up a
simple query to join the two tables for sorting purposes. What are my
options? I read a good bit about the problems with forms and linked tables.
I do not have much experience with forms and I wondered if there is a
'work-around' solution. Should I add the special sort field to the main
table and delete the small table? This does not seem like a good solution to
me but I cannot think of anything else.
ridgerunner