|  | Submit forms |  | |
| | | jpmcafee |  |
| Posted: Tue Sep 16, 2008 4:26 pm Post subject: Submit forms |  |
I am creating a visitor checkin db. i have two forms; one which records their name, date, and time in. The second form would be used so that the visitor can search by last name or badge number to find the record where they logged in and input thier exit time.
My question is using the same table as the first page, how i can I create page that will have a few text boxes, last name, badge number, etc that will query those records added on todays date, and allow the user again to select thier record, edit and add the time they are leaving; therby keeping the data all in the same record? Please let me know. |
| |
| | | Klatuu |  |
| Posted: Tue Sep 16, 2008 5:11 pm Post subject: Re: Submit forms |  |
| |  | |
It should all be one record and one form. Your current form should just have an additional control for entering exit time.
Use a combo box to find the existing record and make it the current record. Then allow the user to enter the exit time.
"jpmcafee" <jpmcafee@discussions.microsoft.com> wrote in message news:463B9BF0-ACCA-4352-986C-618D5FAD8935@microsoft.com...
| Quote: | I am creating a visitor checkin db. i have two forms; one which records their name, date, and time in. The second form would be used so that the visitor can search by last name or badge number to find the record where they logged in and input thier exit time.
My question is using the same table as the first page, how i can I create page that will have a few text boxes, last name, badge number, etc that will query those records added on todays date, and allow the user again to select thier record, edit and add the time they are leaving; therby keeping the data all in the same record? Please let me know. |
|
| |
|
|