I am looking for code examples to dynamically create a form in access each time a table is updated by a user. Records may be added or removed from the table. Does anyone have experience with this? Thanks in advance.
Can you explain a little more why you want to dynamically create a form and in what circs you want to do this? And do you mean adding/deleting records, or adding/deleting fields?
Jim There are two ways to argue with a woman - neither one works.
Another free Access forum:
Each form contains a listing of skills (a check-off list) for a particular job role. Since the job role is not finalized, current skills may be removed from the form or new skills may be added (adding and deleting records). I would like to minimize the work that the admin. asst. needs to do each time skill requirements change. Thanks.
I think you may want to turn your view of the database a bit 'sideways' - rather than add a skill as a discrete field (which is what I think you're describing), use a skills table with records in it for every skill, and then use a query to build the recordset needed for a particular job. Then your form can map to the recordset.
IOW, what I think you have now is something like this:
Cassie, I'm in the midst of about 12 things right now, just checking in here while I gnaw on some lunch, if I get time I'll try to put together a demonstration of what I mean...check here later tonight...
Quintios - thx for the star..I wish they were redeembable for cash...
Jim There are two ways to argue with a woman - neither one works.
Another free Access forum:
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.