Multi-value field (MVF) Faked Form.

arnelgp

..forever waiting... waiting for jellybean!
Local time
Today, 18:01
Joined
May 7, 2009
Messages
20,413
simple demo to save in Normal table the values
selected in Multi-value list.

Related threads:
 

Attachments

added another table tblNationalities and junction table tblCountryNationals for more test.
also adjusted the code to prevent the "mvf" form from getting off the bottom of Access screen.
added extra "multi-value combobox" to the three forms.
combobox nationals' records will be saved to tblCountryNationals junction.
 

Attachments

Last edited:
minor change, adding background color to the form and changing the font
of the listbox (on frmMVF) same as the font on the combobox.

still working on the pop-up placement (the pop up should not go beyond the bottom of the screen).
 

Attachments

I was stepping though your code. In clsControlLayout you are setting PixelsNamPaneHeight in the section commented for getting the tab stripe height. The set it again with out referencing the 1st value in the section for navigation pane. Is this an error or am I missing something?

1754309346611.png
 
try to analyze the code.
the first PixelsNavPaneHeight is the height of the "Tab" of the form (tabbed form).
then on the last it add it to get the "real" navigation pane height.

i cannot find the original code from the author since he already retires from msAccess.
 

Users who are viewing this thread

Back
Top Bottom