|
-
January 28th, 2000, 09:56 AM
#1
Filling fields on form based on selection from dropdown list
I have a dropdown list that is populated with a field from my recordset. I also have text boxes on my form from the same recordset. When I select a value from the dropdown, it doesn't populate(update) the rest of the text boxes on the form. I know that I am probably missing something simple here but I can't figure this out. Anyone have any suggestions?
-
January 28th, 2000, 12:15 PM
#2
Re: Filling fields on form based on selection from dropdown list
There should be something wrong with the code. If I can take a look at the code, I may be able to help.
-
January 28th, 2000, 02:10 PM
#3
Re: Filling fields on form based on selection from dropdown list
Well, um..there is no code. I just have the DataCombo box painted on my form with the DataSource as my 'datPrimaryRS' and the DataField as the field in my database. Also, the RowSource is set to 'datPrimaryRS'. The other text fields on my form have the same properties except the DataField property. Is there some other property or extra code I need to update those fields?
-
January 28th, 2000, 02:31 PM
#4
Re: Filling fields on form based on selection from dropdown list
You have to write code to do what you want! It cannot be done by setting properties.
-
January 28th, 2000, 02:41 PM
#5
Re: Filling fields on form based on selection from dropdown list
Ok, then I am back to my original question ...how do I do this?
Thank you
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|