Insert repeating table rows using VB.net

K

Kristy

I've created an attendance form using a repeating table. Currently you have
to select insert row and then insert the name for each person. Has anyone
created code to have these rows created upon loading the form? The form is
connected to an access database and uses VB.net. Thanks.
 
S

Scott L. Heim [MSFT]

Hi Kristy,

If I understand correctly, it sounds like the information you want to
populate in the repeating table is already in your Access database - is
this correct? If so, you can simply setup the Access database as a
secondary data connection and then bind your repeating table to that data
source.

Let me know if this is not what you need!

Best Regards,

Scott L. Heim
Microsoft Developer Support

This posting is provided "AS IS" with no warranties, and confers no rights.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top