I can't seem to find what I'm looking for. Maybe I'm looking for the wrong words or it's just too late...
Let's say I have the following table named 'Participants'
ID RegistrationID
100 3948
101 3847
I have the following select statement in code:
strSQL = "Select RegistrationID from Participants where ID = 100"
I need to set another variable, strRegID, so that it is equal to the results of this query - '3948'
Simple I'm sure, I'm just having a mental blank tonight.
Thank you
Anna Jaeger
iMIS Database Support
Let's say I have the following table named 'Participants'
ID RegistrationID
100 3948
101 3847
I have the following select statement in code:
strSQL = "Select RegistrationID from Participants where ID = 100"
I need to set another variable, strRegID, so that it is equal to the results of this query - '3948'
Simple I'm sure, I'm just having a mental blank tonight.
Thank you
Anna Jaeger
iMIS Database Support