Hi all
Hope someone can help with this? I am very new to MS Access and VBA so as basic an explanation as possible would be much appreicated.
I have been given a form that you pass a paramter into and on the basis of this it performs certain amendemnts to the particular data AND also runs 2 stored procedures on this data. I need to get the data to display on the form so that the user can visually varify if it is the correct data and then they will on click to execute the amendments and stored procedures.
I cannot get the data to display on the screen? I have tried to create a variable in the VBA code to store the data in and then used a message box to try to diplay it but to no avail?
Can anyone help please? Hope the explanation is adequate?
Hope someone can help with this? I am very new to MS Access and VBA so as basic an explanation as possible would be much appreicated.
I have been given a form that you pass a paramter into and on the basis of this it performs certain amendemnts to the particular data AND also runs 2 stored procedures on this data. I need to get the data to display on the form so that the user can visually varify if it is the correct data and then they will on click to execute the amendments and stored procedures.
I cannot get the data to display on the screen? I have tried to create a variable in the VBA code to store the data in and then used a message box to try to diplay it but to no avail?
Can anyone help please? Hope the explanation is adequate?