Create 5 buttons, when clicked change the caption of the form. Know you now the option and record source of the form.
Me.Caption = "Missing EPAC'S for Material 9D"
Me.RecordSource = "SELECT * FROM [T Material 9D] WHERE EAC = null"
or
Me.Caption = "Missing EPAC'S for Material 4000"
Me.RecordSource = "SELECT * FROM [T Material 4000] WHERE EAC = null"
We are tring to find the missing EAC'S here
RecordSource is a SQL string To object or not to object
That is the question
Alast poor varible I new you well
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.