I have placed a subform on a main form.
The name of the subform on the mainform is subform1.
The source object object for subform is subFormDetails
Within subformDetails I have some code running.
How do I retrieve what the subform is called on the mainform using code. The return value I want...
I do not understand the following:
Query1 links many tables together and will show all the records
Query2 is a simple select query of query1 and only shows records related to a specific part
Query2 always runs faster (by a couple of seconds)than Query1. Why?
All the tables are in databases on...
These two SQL queries return a different number of records. Why?
The 'From Tablen' expression varies depending where I start my join from in the Access expression builder. Why should this make a difference?
SELECT Table1.f4, Table2.f4
FROM Table1 INNER JOIN Table2 ON (Table1.f3 = Table2.f3) AND...
I am using either the CopyObject or TransferDatabase methods to move tables, queries and forms to another database. There are no problems with the tables or queries but there are problems with the forms.
The problem is that when the code executes the code will probably work first time (not...
I have a main form with subform. A combo on the mainform is linked to the subform. Nothing complicated there. That works fine.
Also on the mainform is a text box. The contents of the text box are changed using the 'on change' event from the combo. This process only works when the subform...
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.