J
JackieM
I have 2 tables that are linked. One table holds the Main Data - a
collection of cost totals, the second holds additional data about one of the
items (a breakdown of one of the cost totals) from the Main Data.
I created the main form, then I created the second form and used a command
button to open the second form. On historical data this worked perfect.
Now I tried to add a new record starting with the main form. When I hit the
command button to open the linked form, the form would not open. After that,
I then realized that I can't even open the second form by itself and add a
new record - the button is "grayed" out. I can still open the table and add
a new record, but not using the form.
So, I actually have 2 problems.
I cannot add a new record to the second form I created.
When I add a new record to the main form, I need the linked form to open in
"add" mode for new records, but for existing records, I need it to open to
the current linked record.
Unfortunately, I don't know how to use code - so if that is my solution,
I'll need the "dummies" version on exactly how to do this, if anyone is
willing to put in the effort to explain it to me.
Thanks for the help - this website has helped me through a lot of obstacles
in the design of this db!
collection of cost totals, the second holds additional data about one of the
items (a breakdown of one of the cost totals) from the Main Data.
I created the main form, then I created the second form and used a command
button to open the second form. On historical data this worked perfect.
Now I tried to add a new record starting with the main form. When I hit the
command button to open the linked form, the form would not open. After that,
I then realized that I can't even open the second form by itself and add a
new record - the button is "grayed" out. I can still open the table and add
a new record, but not using the form.
So, I actually have 2 problems.
I cannot add a new record to the second form I created.
When I add a new record to the main form, I need the linked form to open in
"add" mode for new records, but for existing records, I need it to open to
the current linked record.
Unfortunately, I don't know how to use code - so if that is my solution,
I'll need the "dummies" version on exactly how to do this, if anyone is
willing to put in the effort to explain it to me.
Thanks for the help - this website has helped me through a lot of obstacles
in the design of this db!