I've created an access form to help co-workers clean and standardize data. By selectind a table and a field from listboxes a subform populates with the data selected and the user can perform various function with the data.
Here's the problem: I made it for users to be able to drop the form into whatever database they're using, but the users keep forgetting the import the form AND THE SUBFORM--which renders the form useless.
Here's the question: Is there anyway to create a subform through code so that I don't need a hard subform. I know I could do it using a listbox, but the the records wouldn't be directly editable.
Here's the problem: I made it for users to be able to drop the form into whatever database they're using, but the users keep forgetting the import the form AND THE SUBFORM--which renders the form useless.
Here's the question: Is there anyway to create a subform through code so that I don't need a hard subform. I know I could do it using a listbox, but the the records wouldn't be directly editable.