J
Jesper F
I have two option groups with 5 buttons. After selecting a
value in both option groups I want the code to look up a
testID in tblTests but I can't get it to work.
The first option group is called "frame1" and the
other "frame2V".
I thought the following would work:
DLookup("[testID]", "tblTests", "[testgrpID]= " &
Me.frame1 & " AND [testIDsort] = " & me.frame2 & "")
Is it a datatype problem with the variables? In the locals
windows the option group values are listed
as "Variant/long".
Thanks for any input.
value in both option groups I want the code to look up a
testID in tblTests but I can't get it to work.
The first option group is called "frame1" and the
other "frame2V".
I thought the following would work:
DLookup("[testID]", "tblTests", "[testgrpID]= " &
Me.frame1 & " AND [testIDsort] = " & me.frame2 & "")
Is it a datatype problem with the variables? In the locals
windows the option group values are listed
as "Variant/long".
Thanks for any input.