Ask a Question related to Microsoft Access, Design and Development.
-
Dave - Freedonia #1
Change form record to match another form
I had a form with a lot of controls/subforms and this was causing my
database to move slow. I decided to split the controls on two forms.
Each form has two ways to navigate through the records:
1) The record selectors at the bottom of the form
2) A combo box with all of the records listed
What I would like to do now is to add a button to form1 that will open
form2 to the record with the same number as form1 and vice versa. The
main field controlling each form is called StudyNum.
I can't figure it out. I could get the subforms on form2 to match the
record position on form1 but I can't seem to get form2 to update
anything that isn't in a subform. Since the forms are identical in
coding, the same problem exists when I go from form2 to form1, the
subforms update but any controls on the 'main' part of the form won't.
Currently, a user will select a record on form1, make changes, hit a
button to open form2 then have to navigate to the same record number
otherwise form2 will open to the first record in the table.
Can anyone shed any light on how to get this to work?
Thanks,
Dave
Dave - Freedonia Guest
-
Change form destination in a Flash Form
I am trying to use ActionScript to change the action page of a cffrorm. I realize that you can not use document in ActionScript like you can with... -
how do I change pdf form in Version 7.0 change permission to allowed
hello, I'm working on a web application. I need to insert some javascript to a form which is submitted by someone else. I had no problem in... -
Can't add new record to a form
I am using Access 2000. I created twp databases that are linked by one field. The first db is called "MDO" - the 2nd is "ECR", they are linked... -
Can't add record in the form
I have a form that allows user to view records for a specific client. If I would like to add a record, I get a message: "Can't add record(s); join... -
look up record using ste values from one form on another form
it did not work here is the code i am using with the code you sent the command below operates off of a command button to find the record i want i... -
Dave - Freedonia #2
Re: Change form record to match another form
OK. After more research, I found the answer.
I changed the coding on form1 to change the value of the combo box on
form2 and then call the AfterUpdate event of the combo box on form2. Of
course, I had to change the AfterUpdate event from Private to Public.
Dave
Dave - Freedonia wrote:
> I had a form with a lot of controls/subforms and this was causing my
> database to move slow. I decided to split the controls on two forms.
> Each form has two ways to navigate through the records:
> 1) The record selectors at the bottom of the form
> 2) A combo box with all of the records listed
>
> What I would like to do now is to add a button to form1 that will open
> form2 to the record with the same number as form1 and vice versa. The
> main field controlling each form is called StudyNum.
>
> I can't figure it out. I could get the subforms on form2 to match the
> record position on form1 but I can't seem to get form2 to update
> anything that isn't in a subform. Since the forms are identical in
> coding, the same problem exists when I go from form2 to form1, the
> subforms update but any controls on the 'main' part of the form won't.
>
> Currently, a user will select a record on form1, make changes, hit a
> button to open form2 then have to navigate to the same record number
> otherwise form2 will open to the first record in the table.
>
> Can anyone shed any light on how to get this to work?
>
> Thanks,
> DaveDave - Freedonia Guest



Reply With Quote

