M
Martina
I am having trouble trying to work what the SQL code is to do the following.
I have a form called Approval and this form showns the data from a table
called ItemRequests, at the bottom of the form is a button called "Approve"
and when you click this button what i want to happen is certain fields shown
on the form (the info in these fields is stored in the ItemRequests table)
to be inserted into another table called ApprovedItemRequests. There is a
field in ItemRequests called RequestID which is autogenerated.
These are the fields from ItemRequests that I need to go into
ApprovedItemRequests;
Request ID (Autogenerated field)
LLOID (text)
I also need the current date to be put in a field in ApprovedItemRequests
when this other data is inserted in there.
What is the code I would use to do this???
I have a form called Approval and this form showns the data from a table
called ItemRequests, at the bottom of the form is a button called "Approve"
and when you click this button what i want to happen is certain fields shown
on the form (the info in these fields is stored in the ItemRequests table)
to be inserted into another table called ApprovedItemRequests. There is a
field in ItemRequests called RequestID which is autogenerated.
These are the fields from ItemRequests that I need to go into
ApprovedItemRequests;
Request ID (Autogenerated field)
LLOID (text)
I also need the current date to be put in a field in ApprovedItemRequests
when this other data is inserted in there.
What is the code I would use to do this???