Thanks for both response, haha.
I am new with VBA and having a bit of trouble getting the code right, if you don't mind helping me out it would be greatly appreciated. This is what I have entered thus far and I can't seem to get it to work. This would be a "on click" from a button.
Code:
DoCmd.OpenReport "HSIF data table", , , "ID Prime = " & Me.Text1088
HSIF data table - name of the report
ID Prime - text box in the report i want to screen by
Text1088 - control in my main form that contains the ID prime number I wish to screen by
Thanks
Edit: I have also tried both text and numeric (adding the '). The data is numeric, but it is going into a text box. Dunno if that could be causing my problem