Hi,
I have a few doubts regarding how to make SQL queries to link tables from MS access buttons using VBA coding.
Given: I have a list of link tables connecting Oracle and MS access with info stored in these tables.I also have a list of text boxes and drop down lists also to get information from the user . Now when the user clicks on search button.
Requirements:
I have to search for the the particular row in the table given these input values for the primary key ( or composite key ) and then after retrieving the row from the table I have to print these values on to a set of text boxes in the form .
Please guide me as to how to go about this problem.
I would be thankful if you could also give me a sample code to understand
Thanks in advance for the help ,
I have a few doubts regarding how to make SQL queries to link tables from MS access buttons using VBA coding.
Given: I have a list of link tables connecting Oracle and MS access with info stored in these tables.I also have a list of text boxes and drop down lists also to get information from the user . Now when the user clicks on search button.
Requirements:
I have to search for the the particular row in the table given these input values for the primary key ( or composite key ) and then after retrieving the row from the table I have to print these values on to a set of text boxes in the form .
Please guide me as to how to go about this problem.
I would be thankful if you could also give me a sample code to understand
Thanks in advance for the help ,
Last edited: