A
afinley
I am designing a new db system for the non-profit i work for. I cannot
build a totally new system, merely add onto the old one, and here is
what I have:
Two tables that are updated via one form each. In have one form, with a
subform that that is for a third table, I would like to add a button
that will fill in the second form with the information from the first.
We collect data on income as well as the SS# of the clients in an
updating file, then generate a new record for each time they receive
services. The service record merely has the date of service, the SS# of
the client, and a series of check boxes for which service they receive.
I would like to make a button on the first form that would just fill in
the table of the second form with the =Date(), the client's SS# off the
first form, and a check box filled based on which button is pressed.
Is this impossibly hard?
build a totally new system, merely add onto the old one, and here is
what I have:
Two tables that are updated via one form each. In have one form, with a
subform that that is for a third table, I would like to add a button
that will fill in the second form with the information from the first.
We collect data on income as well as the SS# of the clients in an
updating file, then generate a new record for each time they receive
services. The service record merely has the date of service, the SS# of
the client, and a series of check boxes for which service they receive.
I would like to make a button on the first form that would just fill in
the table of the second form with the =Date(), the client's SS# off the
first form, and a check box filled based on which button is pressed.
Is this impossibly hard?