How to make query to fo_rm ?

BSY

New member
Local time
Today, 10:50
Joined
Oct 3, 2010
Messages
9
Image 1
form1.png


Image 2
form2.jpg


after i choose the name and click the button in image 1 , it will go to image 2.
anywhere to make the image2 in form type ?
 
Create a form, using your Query as its RecordSource, and design it to display the data as you like. Then, in the code behind your Command Button, change the code from opening the Query to opening the Form.

Linq ;0)>
 
Create a form, using your Query as its RecordSource, and design it to display the data as you like. Then, in the code behind your Command Button, change the code from opening the Query to opening the Form.

Linq ;0)>

thanks for teaching ~ i will try tonight :) ~ thanks alot ~
 

Users who are viewing this thread

Back
Top Bottom