Complex form question

jwdavis

New Member
Joined
Oct 11, 2011
Messages
6
I am building a form that will be used by multiple people simultaneously to review a series of records, from a table called Review.

Some of the records in the list will already have been reviewed, and I would like the form to skip any such record (I know I can do this by filtering it to only show records where the status is null, but I'm not sure where to put that), additionally I need it to skip any record that someone else has open.

Lastly, depending on the disposition of the review I have three buttons that can be pressed, but I am unsure of how to code them to do what I want. For simplicity I'll call the three buttons Rejected, Previous and Accepted.

For the Rejected button, I need it to change the Status of the record in the Review table to Reviewed and change the Status of it in a 2nd table, called Input, to Rejected.

For the Previous button, I need it to change the Status of the record in the Review table to Reviewed and change the Status of it in a 2nd table, called Input, to Previous.

For the Accpeted button, I need it to change the Status of the record in the Review table to Reviewed, change the Status of it in a 2nd table, called Input, to Accept, and append the fields First Name, Last Name and Customer # to a 3rd table called Master.

I not very experienced at Access and I'm not really sure how to go about this kind of a process. If someone could point me to a place where I would be able to find this information or provide some information themselves, I would be greatly appreciative. Thank you in advance to anyone who may be able to help me.
 

Excel Facts

Format cells as date
Select range and press Ctrl+Shift+3 to format cells as date. (Shift 3 is the # sign which sort of looks like a small calendar).
Ok, ignore that part about only showing unreviewed ones, figured that out by putting a query as the Record Source.
 
Upvote 0

Forum statistics

Threads
1,203,077
Messages
6,053,398
Members
444,661
Latest member
liamoohay

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top