I am a draftsman running a program that adds an Access DB onto AutoCad. When I insert a valve block in Autocad, a record is created in the tblValve with the Unique ID the autocad scratch DB assigned it. That value is numeric and has no meaning. When that record is created, the software also...
I've got a combo box that runs a query based on the record the user selects.
DoCmd.OpenQuery Me.comboComponentType.Column(4)
The query name is in the fourth column of the table. I'd like a subreport to show the results if the query selected. All the queries will have a similar output. How do I...
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.