Can anyone tell me how should i use variable to take different value.here is the following code which is working fine.
strsql = " SELECT *" & _
" From ALRAJHIBANK " & _
" WHERE (((ALRAJHIBANK.ID)=12))"
But i want to use integer variable name instead of integer value.
Can anyone tell me .How should i use.here is the code which is not
working.Kindly help me.Any help would be Highly appreciated.
strsql = " SELECT *" & _
" From ALRAJHIBANK " & _
" WHERE (((ALRAJHIBANK.ID)=itemID))"