Use a table to build a form

VBAhole22

Registered User.
Local time
Today, 14:10
Joined
Jan 18, 2002
Messages
117
Does anyone know if it is possible to use a table to build a form? Specifically, I have a table with the text for questions I would like to pose to the user. I want to avoid typing this all out in controls on the form. Can I use the table to load the form? This would only have to be a one-time thing but couldn't I do it OnOpen of the form each time in case the text changed?
I'm interested in these types of 'utility' coding: VBA that makes design easier and that doesn't necessarily make it to the final application. Does anyone have any other examples of this type of 'working' code?
 
See my response in another thread. But if you want to do this from your questions table, you simply create a query which includes both tables and base your report on that.
 

Users who are viewing this thread

Back
Top Bottom