I used a field on the form where it is selected and it was just [field]= "text value"
here are some queries i am running how would i convert them to code.....
DoCmd.OpenQuery "LB Make DTR table", acViewNormal, acEdit
DoCmd.OpenQuery "LB Append DTR to DTR master #", acViewNormal, acEdit
DoCmd.OpenQuery "LB update DTR # part 1", acViewNormal, acEdit
DoCmd.OpenQuery "LB update DTR # part 2", acViewNormal, acEdit
DoCmd.OpenQuery "LB last Update DTR ID to LB Master", acViewNormal
Thanks alot
I appreciate your help