Need help with If Then or whatever you suggest

  • Thread starter Thread starter JohnZ
  • Start date Start date
J

JohnZ

I have a form I've made for recording defects on parts we make. This
runs on a touch screen, and the user pushes a cmdbutton that inserts
the text into Text Box. (using a setvalue macro) well, it has come
time for us to have multiple defects per part, but the way I have it
setup is each button has a macro that sets the value to the defect1
text box.

I need to create more text boxes for multiple defects. How would I do
an if/then statement that would know to set the value of the defect2
text box if there was already a defect for defect1. and so fourth

sorry if I explained this like an idiot.
 
I think I know what you are saying, but why not try to put all defects in a
table for each part. Then use a combo box and let the person select their
defect all in one location.
 
Back
Top