Microsoft
Software
Hardware
Network
Question : cascade combobox in a continuous form, access 2007
I tried cascade combobox in a continuous form and it was working fine on Access 2007. There was nothing wrong with fields even if I do a requery which dont get all the value from a table.
My problem is different from the old one. Everything was working fine but when I split my database I face the known problem in which some records disappear after the getfocus event.
My question is why when I used local table (one file for database) everything was working fine but when I split my database (linked table) I found out that my solution couldnt work as expected. I tried to copy a linked table to have it in local and I rename the linked one to see the difference, and then my combobox works again.
Is this a Microsoft bug ? Can someone tell me what are the differences which let my solution work for a local table and not for a linked one?
Any help is much appreciated. Thanks!
Ps : in my solution I used :
- form load event to setup sourceRow = Table
- the gotfocus event for updating sourceRow with sql.
There is no need to use the lost focus event to reset the sourceRow and everything was ok.
Answer : cascade combobox in a continuous form, access 2007
Here is the modified database:
HBF-Modified-sampleCombobox.zip
(87 KB)
(File Type Details)
HBF Modified sample database
Random Solutions
How can I change the colour of text in a report field to match a colour specified in the report?
-2147467259 [Microsoft][ODBC SQL Server Driver][DBNETLIB]Connectio<wbr />nWrite(Wra<wbr />pperWrite(<wbr />))
Access 2007 Slow on Subforms
Remote Desktop- blank screen
How do I access another column of data in a ComboBox?
Update a column from another table colum
runddl32.exe crashes
Stop sysprep from running on boot
VBA Export Table to CSV file
Always Displaying The Last Text In A Scrolling Text Box