macro to new record wont work

xena_morph

Registered User.
Local time
Today, 05:44
Joined
Jul 8, 2000
Messages
37
for some reason my macro to jump to a new record for entry in a form doesnt work instead it just goes to the first record and overwrites why???
 
Are you sure the correct event is being used for the trigger?
 
at present its a macro which runs on the onclick event

the macro at present states to:
opentable--->properties
openform--->add new property
gotorecord ---> new
close --> form--->main

any suggestions, ive tried it opening next file all to no avail argh!!!
 
at present its a macro which runs on the <<onclick event
the macro at present states to:
opentable--->properties
openform--->add new property
gotorecord ---> new
close --> form--->main

any suggestions, ive tried it opening next file all to no avail argh!!!>>

Have you tried adding another
"gotorecord ----> new" BEFORE adding the new property?

Trying to visualize, but it seems you didn't tell it to go to a new record till after you did the add.

--Ann
 
that doesnt work, i just dont uderstand why a simple command on an onclick event doesnt work, it should be so easy

open the table up go to a new record space open the form up referring to that record space and add whilst closing the last form argh!!!!
 
ive just figured it the data mode in the form that the data was to be added on needed to be set from blank to add

isnt it amazing how little things can irritate you
 

Users who are viewing this thread

Back
Top Bottom