turning off a macro

  • Thread starter Thread starter chris
  • Start date Start date
C

chris

Hello.

I am using some code that opens a formB based on the
record from formA. However, I have set all of the forms
to open with a new record so that when the user opens the
forms from a menu.

This macro seems to be overriding the code that selects
which record to pull if the form is accessed by another
form.

I am not a programmer; I'm only using little bits and
pieces I can recognize to accomplish what we need. Any
tips, hints or assistance is greatly appreciated=)

christi
 
chris said:
Hello.

I am using some code that opens a formB based on the
record from formA. However, I have set all of the forms
to open with a new record so that when the user opens the
forms from a menu.

This macro seems to be overriding the code that selects
which record to pull if the form is accessed by another
form.

I am not a programmer; I'm only using little bits and
pieces I can recognize to accomplish what we need. Any
tips, hints or assistance is greatly appreciated=)

christi

Are you saying that you are running the code that should open formB to
show the record from formA, but the macro is interfering with this?
What is the macro and where is it called?
 
Back
Top