G
Guest
Hello,
I hope you can help!
I am creating a database with details on Retro gaming systems.
I have a main form, called Systems, where everything to do with old Retro
Gaming systems is displayed for each System. From within this form, I have a
tab control, which has two tabs: Games and Accessories. Each displaying the
details of all games or accessories on that particular system by way of a sub
form.
The details of the games are Name, Region, Format, Date Released, Licensee,
Price and whether it is Rare.
My problem is that Region, Format and Licensee are Combo boxes, so that
their value is looked up from their associated table. However, I have a
command button beside the box for the user to press if they need to add an
item on the list.
When they do this, the relevant entry form is displayed, however, when that
is closed down, I cannot get the combo box to be refreshed with the new
information.
I have tried the Requery command, but cannot get it to reference the field
within the tab control and subform.
I don't use modules for any code, and have just been using Macros. Can
anyone help with this?
Thanks in advance!
I hope you can help!
I am creating a database with details on Retro gaming systems.
I have a main form, called Systems, where everything to do with old Retro
Gaming systems is displayed for each System. From within this form, I have a
tab control, which has two tabs: Games and Accessories. Each displaying the
details of all games or accessories on that particular system by way of a sub
form.
The details of the games are Name, Region, Format, Date Released, Licensee,
Price and whether it is Rare.
My problem is that Region, Format and Licensee are Combo boxes, so that
their value is looked up from their associated table. However, I have a
command button beside the box for the user to press if they need to add an
item on the list.
When they do this, the relevant entry form is displayed, however, when that
is closed down, I cannot get the combo box to be refreshed with the new
information.
I have tried the Requery command, but cannot get it to reference the field
within the tab control and subform.
I don't use modules for any code, and have just been using Macros. Can
anyone help with this?
Thanks in advance!