I saw that the onchange event is on the register itself, but if set following code:
Me.ListA.Requery
Nothing happens, I think the combobox on the form needs having a refresh, because when I just click on the same name in the combobox the listbox changes to correct values. ???
How can I...
Hi,
I have one form with an unbound combobox.
If I now move between different tabs which are listed on that form,
I always have to "refresh" the combobox, even the client name in the combobox is always visible to get the correct result in the listbox.
Also when I change something in the...
Hi,
Here the Code string from the listbox:
***
Private Sub clientList_Click()
strCriteria = "client_ID = " & Me.clientList
DoCmd.OpenForm "frm_client", acNormal, , strCriteria
End Sub
***
Here the code string for form "frm_client":
***
Private Sub Form_Load()
Me.cmb_client = Me.clientID...
Hi,
To be more specific:
Form 1 (clientlist) contains:
clientlist.listbox (ID, firstname, lastname....)
Form 2 (client)
Header: cmb_client (ID, firstname, lastname)
Subform: (clientdetail) contains:
ID, firstname, lastname, address, telefon ...)
Hi,
I have two froms. The first includes a listbox with customer related information. If I click on a specific data in the listbox I want to open a second from which includes a dropdown (same value as listbox before; with firstname and lastname) and also a subform with the whole address.
My...
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.