F
faureman via AccessMonster.com
To facilitate data entry, I want to use an array of 16 buttons that will
enter part numbers and defects through an events form into an Events table.
By selecting a button, the part number (typcially 3 or 4 digits) should
display in another text box for display purposes - acknowledging the data
entry of the button pressed.
The part numbers and defects are tied to the line selected. This already
exists in tblPartNumber.
I want to create a table (with a form) that will allow users to change the
top 16 parts and the top 16 defect reasons by whichever production line is
entered.
My question is - how do I have the array of buttons and captions for the
buttons take the data from these tables and assign "Part One" (example: 3434)
and have it show up in Button 1 Caption?
enter part numbers and defects through an events form into an Events table.
By selecting a button, the part number (typcially 3 or 4 digits) should
display in another text box for display purposes - acknowledging the data
entry of the button pressed.
The part numbers and defects are tied to the line selected. This already
exists in tblPartNumber.
I want to create a table (with a form) that will allow users to change the
top 16 parts and the top 16 defect reasons by whichever production line is
entered.
My question is - how do I have the array of buttons and captions for the
buttons take the data from these tables and assign "Part One" (example: 3434)
and have it show up in Button 1 Caption?