Hi,
I am struggling with a cascading combo box problem. I have a combo box cbo_county - when I select a county from this combo box I would like to have the fields in two other combo boxes (cbo_project and cbo_map_file)
updated with fields only from the selected county.
The cbo_project...
I have used a master-child relationship between the main form and the subform to link them. They are linked via a unique ID number for each record. I have not done any requeries either.
I'm not having a problem getting the correct image to display on the subform, it is just being loaded into...
Hi all,
Here we go! I have a form "map_data" with a subform "image_subform". The subform consists of an image box which I have configured to display a linked image which corresponds to the specific record that I am viewing. The subform works fine, as I move through the records, the correct...
My database I am creating is acting up again. I have a button on the switchboard which runs a macro to open up a form in read-only mode. On that form is an "edit" button, that when clicked, will run a macro to reopen the form in edit mode. This works great with the main form, but within this...
One way I've done this is to make a simple macro that maximizes a form and then in the form properties set the "on open" event to your maximize macro. This will cause the form to automatically maximize everytime you open it. Hope I helped some.
I have created a main form with tabs at the top of it to navigate through different pages of the same form. On page two, I have placed a subform. My problem is, when I switch from page 1 of the form to page 2 where the subform is located it automatically scrolls down to the beginning of the...
I am pretty new at Access, so forgive me if this is a dumb question. Is there a way that I can use a command button to open a form and display a certain record on that form without filtering out all of the other records? I want to use a command button to open a form from another form, but have...