Barry wrote:
Quote:
I am talking about Access 2007. Thanks! |
It sounds like a good for an exercise in programming but odd if one
needs to ask where to start. You might want to look at "CreateForm
Method" in help initially. This uses a form as a template, not a table,
although you can skip using a template and really roll your own. Then
build on that with "CreateControl Method". Setting the properties
should be a blast, writing the code behind the form thrilling. Look at
the "See Also's" in help for other methods and properties you can use.