Hi,
I have a form with a messagebox appearing confiming a users actions. It asks the user whether they would like to
add (insert control value here)
with this data (insert second control value here)
I have no problem referencing the controls but the first value is code which relates to a training course and is a little vague.
Is it possible to use the code provided and search through the training courses table to extract the name of the course? Using VBA? SELECT...INTO isn't much use here as I just want to match something and I don't really want to create a query if it can be done in code.
So any ideas?
Cheers,
Pete
I have a form with a messagebox appearing confiming a users actions. It asks the user whether they would like to
add (insert control value here)
with this data (insert second control value here)
I have no problem referencing the controls but the first value is code which relates to a training course and is a little vague.
Is it possible to use the code provided and search through the training courses table to extract the name of the course? Using VBA? SELECT...INTO isn't much use here as I just want to match something and I don't really want to create a query if it can be done in code.
So any ideas?
Cheers,
Pete