M
mcnews2k
what is the most reliable way to move to the last record + 1 when a form
loads. i tried using docmnd.gotorecord, acForm, "myform", aclast (whatever
the syntax is) and it worked sometinme but not always.
tried using me.recordsetclone as well with similar results.
i'm now using a global veriable that gets set when MDB opens or when a
record is added the the main table.
what i have are several 1 to 1 tables and forms. all tables get a record
added to them whenever the main table gets appended to. this always works
when i use the app, but of course users do everything wrong (yuk yuk).
please don't respond with anything other than what i need to know. i do not
need to hear anything about re-design etc.
thanks much for your time and knowledge.
loads. i tried using docmnd.gotorecord, acForm, "myform", aclast (whatever
the syntax is) and it worked sometinme but not always.
tried using me.recordsetclone as well with similar results.
i'm now using a global veriable that gets set when MDB opens or when a
record is added the the main table.
what i have are several 1 to 1 tables and forms. all tables get a record
added to them whenever the main table gets appended to. this always works
when i use the app, but of course users do everything wrong (yuk yuk).
please don't respond with anything other than what i need to know. i do not
need to hear anything about re-design etc.
thanks much for your time and knowledge.