I was in the process of turning my USB drive into a bootable drive, when I selected the wrong disk and ran a CLEAN command. Fortunately, the disk was not a system disk ( I have three system partitions on two physical disks-WINXP SP3, Vista Ulti and 7 Ulti). I was in the Windows 7 OS when I...
Sorry, I meant to say the Row Source for the first CB is a query called 'qry_cnx_primary', the second CB has a Row Source from a query called 'qry_CNX_secondary' and the third CB has a Row Source from a query called 'qry_CNX_tertiary'
The secondary SQL is:
SELECT [CNX Codes].[MSN Abort...
the rowsouce in the sf is a query called 'qry_cnx_primary' and the actual SQL is:
SELECT [CNX Codes].[MSN Abort: Primary]
FROM [CNX Codes]
GROUP BY [CNX Codes].[MSN Abort: Primary];
Duane,
I thought the main form subform control name might be the problem, but it's not. I'm assuming by 'Source Document' you mean 'Source Object'? In my case, the SO is 'sf_AIRCRAFT_FLT_LOG' while the 'Name' is 'AIRCRAFT_FLT_LOG Subform'.
On the subform, I have 3 Combo Boxes bound to...
I've tried referencing the subform control in the mainform using 'Forms!<Main Form>!<Sub-Form Name>.Form!<Combo Box name>.Requery' with events:After Update, On Lost Focus, On Open, etc. No luck.
The main form does not pass any data to the 3 subform controls. It only collects information for a...
I have and Access 2007 app with a subform that has 3 controls that pass filter criteria to from one control to the next. When only the subform is open, it works fine. However, when I run the subform from my main form, I get a prompt to enter the value from the first control. How do I get the...
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.