It worked!
I tried the Macro, it worked. However I need the vb code, so I tried the code.
(Also, there is a process to convert Macro into vb:
Go to the macro u want to convert
click on Tools on menu bar,
choose Macro, convert to visual basic)
They are both working.
Thank you all.
Cheers
User Profile
Collapse
-
-
Hi,
Sorry I was not clear... I need to have 2 combo boxes in 2 different fields relating to
each other.
For example, person initial and person name: ml is maili.
The problem is when I created 2 combo boxes on the form, they popup individually;
how do I make them popup with the same value?
Thanks
mailiLeave a comment:
-
-
{SOLVED} Go to Selected Record in a another form.
Hi All,
I have a cmd button "Details" on a form listing all available records; how do I direct it to the selected record rather than just open a form?
Below is the code for Open the form I have so far. Thanks for the help!
maili
=============== =============== ==
Private Sub cmdDetails_Clic k()
On Error GoTo Err_cmdDetails_ Click
Dim stDocName As String
Dim stLinkCriteria... -
Show related fields (from different table) in form
Hi All,
I have a Main form which has many different tables/Queries linked to it.
No problem to create individual field using combo box with pull down list.
How do I create 2 related fields in this form, ie: Person Initial, Person Name and have both automatically filled in?
Thanks
maili
No activity results to display
Show More
Leave a comment: