D
Dave the Nav
I am building a database to track Grants for a state office. When the grant
arrives the basic information is entered into a table (via a form). After a
panel considers the grant it is either approved or disapproved. If approved,
the basic information needs to be parsed and then appended to three other
tables (the working tables of the database. If disapproved, the basic
information is appended to the ddisapproved table. Then the record in the
basic information table is deleted. I would like to use a combo box (with
Grantee name) to select the record from the basic information table for
movement to the working tables or the disapproved table.
This is like a parameter query except for the combo box. Suggestions?
arrives the basic information is entered into a table (via a form). After a
panel considers the grant it is either approved or disapproved. If approved,
the basic information needs to be parsed and then appended to three other
tables (the working tables of the database. If disapproved, the basic
information is appended to the ddisapproved table. Then the record in the
basic information table is deleted. I would like to use a combo box (with
Grantee name) to select the record from the basic information table for
movement to the working tables or the disapproved table.
This is like a parameter query except for the combo box. Suggestions?