Query showing up on a form

Dscalf1

Registered User.
Local time
Yesterday, 17:38
Joined
Jul 17, 2015
Messages
33
I am trying to show the result of the query in a textbox on a form. My problem comes in because the query takes two numbers that form to run and I cant seem to get the form to update after the two numbers are entered into the form.

I want the user to be able to enter in the two different numbers and then either automatically or by pushing the button have the query result so up on the form without opening up another window..

I have tried a subform, a button that opens the original form but in another window (only thing I have tried that works), and a DLookUp function idk if I am doing it right or what

Please help!!
 
explain further, show us the query statement.
 
I have figure it out thanks though.

I put the query in a subform and used the requery VBA.
 

Users who are viewing this thread

Back
Top Bottom