D
djtommye
I have a table of clients and each line has a field indicating the state
of our relationship. (e.g. past customer, current customer, etc).
I would like to be able to view their information in a form, where I
can go from one client to the next.
For instance, I want to look through each of my past clients' records.
Or maybe my current client's records, etc.
However, I would prefer NOT to have to create a different form for each
of these; as the data is all the same. (My database has been this way
for a while, and it's a pain to manage because each change has to be
duplicated for each of the identical forms).
I thought I was being smart - I created macros and queries so that it
selects those entries matching the state I want to look at and then
creates a new, temporary, table. This table is then viewed by the
form.
That way - I have one form - populated by the different queries.
However, I then realized that I can't change any information in the
form because it only changes the info in the temporary table and not in
the master (e.g. "REAL") table.
I hope this is making sense...
I'm wondering if I'm missing some really easy method of doing this?
of our relationship. (e.g. past customer, current customer, etc).
I would like to be able to view their information in a form, where I
can go from one client to the next.
For instance, I want to look through each of my past clients' records.
Or maybe my current client's records, etc.
However, I would prefer NOT to have to create a different form for each
of these; as the data is all the same. (My database has been this way
for a while, and it's a pain to manage because each change has to be
duplicated for each of the identical forms).
I thought I was being smart - I created macros and queries so that it
selects those entries matching the state I want to look at and then
creates a new, temporary, table. This table is then viewed by the
form.
That way - I have one form - populated by the different queries.
However, I then realized that I can't change any information in the
form because it only changes the info in the temporary table and not in
the master (e.g. "REAL") table.
I hope this is making sense...
I'm wondering if I'm missing some really easy method of doing this?