Hi all,
I have a form called Estimates and a variable called IDHolderDisapprove which stores an int. I want to open the form and go to the record with the ID equal to that stored in the variable. I tried the code bellow but its not working. Can someone help me, thanks.
[code]DoCmd.OpenForm "Estimates", , , "ID = IDHolderDisapprove"[\code]