Hi,
Can this be done on an Access form:
List all rows from a table, then list all rows from another table that has the same format, using the same controls. I basically want to combine data from two tables (not 'join') onto one form.
The explanation:
I have 2 tables of Inventory Items. One table has miscellaneous items, the other has only Bathroom Items. This may end up being a db design topic, but I split the tables into 2 in anticipation that having one table would exceed size limits. So I want to have a form that displays all items from both tables. Then when the user enter Items on the form, based on what category he enters, add the item to either the Misc. table or the Bathroom table.
Is this do-able? Overly complicated? I am trying to have the split of the tables be behind the scenes, so user doesn't have to 'add bathroom items' or 'add miscellaneous items'.
Thanks in advance.
Can this be done on an Access form:
List all rows from a table, then list all rows from another table that has the same format, using the same controls. I basically want to combine data from two tables (not 'join') onto one form.
The explanation:
I have 2 tables of Inventory Items. One table has miscellaneous items, the other has only Bathroom Items. This may end up being a db design topic, but I split the tables into 2 in anticipation that having one table would exceed size limits. So I want to have a form that displays all items from both tables. Then when the user enter Items on the form, based on what category he enters, add the item to either the Misc. table or the Bathroom table.
Is this do-able? Overly complicated? I am trying to have the split of the tables be behind the scenes, so user doesn't have to 'add bathroom items' or 'add miscellaneous items'.
Thanks in advance.