Problem linking command button to combo box

mincher

Registered User.
Local time
Today, 20:52
Joined
Jul 22, 2003
Messages
12
I am editing a activity tracking database designed by an old staff member - i cannot link the command button pick up the data from the combo boxes. The command button open macros which semi-automate this process. On other forms, the buttons work but these might not have been copied.

Does copying command buttons remove the link to a combo?


Am i being stupid or is there some i have missed.

Thanks

Paul :cool:
 
You don't link command buttons to comboboxes in the first place. Explain further...
 
the command button presently results in an enter parameter value dialogue box appearing (which will work if i manually typed in a correct value).

On similiar working forms, this button picks up the values from an unbound combo box via running a macro which picks up the displayed value from the form and then displays the specific record in a new form.

I can't see any obvious difference in the programming....
 
mincher said:
I can't see any obvious difference in the programming.

Neither are programming. ;)

Getting this information will be done in a query. Look through your queries for the paramters there.
 

Users who are viewing this thread

Back
Top Bottom