Hi there,
First off, I'm a bit of a "newbie" to access forms and their controls and I can't program in VBA, so forgive me if I'm missing something obvious with this question. However, I have knowledge of programming and macros, so good explanations won't be entirely lost on me.
I'm making a database in Access 07 and I want to have a set of textboxes that display the fields of a record in the table "youngperson". The record that's fields are displayed in the textboxes must be chosen by a combobox. Finally, you must still be able to edit the fields by changing the text in these textboxes.
I can make a textbox in a form edit a field in my database simply by dragging it from the "Add Exsisting Fields" and then setting the appropriate edit properties in the Form's Property Sheet.
I can also make a textbox display a different record's field using a combobox called com_yp and putting the control source of the textbox to =[com_yp].[column](x) and then selecting the record in the combobox.
My knowledge ends when I want to do both at the same time. I've messed around with this for a few days and google'd it to no avail. Please help!
Thanks,
-Jonathan
First off, I'm a bit of a "newbie" to access forms and their controls and I can't program in VBA, so forgive me if I'm missing something obvious with this question. However, I have knowledge of programming and macros, so good explanations won't be entirely lost on me.
I'm making a database in Access 07 and I want to have a set of textboxes that display the fields of a record in the table "youngperson". The record that's fields are displayed in the textboxes must be chosen by a combobox. Finally, you must still be able to edit the fields by changing the text in these textboxes.
I can make a textbox in a form edit a field in my database simply by dragging it from the "Add Exsisting Fields" and then setting the appropriate edit properties in the Form's Property Sheet.
I can also make a textbox display a different record's field using a combobox called com_yp and putting the control source of the textbox to =[com_yp].[column](x) and then selecting the record in the combobox.
My knowledge ends when I want to do both at the same time. I've messed around with this for a few days and google'd it to no avail. Please help!
Thanks,
-Jonathan