Cannot add record with acFormAdd

  • Thread starter Thread starter janiotjoeawie via AccessMonster.com
  • Start date Start date
J

janiotjoeawie via AccessMonster.com

Hi I have a form called frmRelations" I need to add some relations to my
database. At my Switchboard I have a item which calls DoCmd.OpenForm
"frmRelations", acNormal, , , acFormAdd
I've this same form (differnent Access databases)connected to 2 different
workspaces of the same Oracle database via linked tables. In 1 tablespace I
get the correct form without entries so I can enter a new Relation. In de
other workspace I get every time if I try it the first record of my table.
Every thing is the same becase the latter is a copy of the first 1.
Any help please.

Regards
 
Are you getting an error? Do you have a primary key defined on the table in
Oracle?
 
Hi,

I do not get an error. On the first table space it gives me my form just
ready to enter a new relation (as wanted) on the other table space it gives
me the first record of the table. The tables do have an index.


Are you getting an error? Do you have a primary key defined on the table in
Oracle?
Hi I have a form called frmRelations" I need to add some relations to my
database. At my Switchboard I have a item which calls DoCmd.OpenForm
[quoted text clipped - 8 lines]
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top