Folks,
I hate putting such general questions on a forum like this, but I'm having severe issues making this work for whatever reason:
MS Access database
One textbox at top of form for an employee to enter their ID#
All I want is to use the DataRepeater control from PowerPack3 to populate the area beneath the header area where employees enter their ID and click a "Submit" button.
I've got a printform control setup already, and tested my SQL select statement and it works fine.
However I cannot get anything to populate the datarepeater or even a datagrid when I add it to the form. Using a variable as part of my SQL statement makes it hard to use the GUI for adding datagrids/dataadapters/etc.
Can anyone give me a hand?
Thanks in advance!
I hate putting such general questions on a forum like this, but I'm having severe issues making this work for whatever reason:
MS Access database
One textbox at top of form for an employee to enter their ID#
All I want is to use the DataRepeater control from PowerPack3 to populate the area beneath the header area where employees enter their ID and click a "Submit" button.
I've got a printform control setup already, and tested my SQL select statement and it works fine.
However I cannot get anything to populate the datarepeater or even a datagrid when I add it to the form. Using a variable as part of my SQL statement makes it hard to use the GUI for adding datagrids/dataadapters/etc.
Can anyone give me a hand?
Thanks in advance!