split database/newtable

R

Ron

I have a split database in which I created a new table on
the back end. I then generated a form based on the
table. When trying to put in a command button and then
trying to code it with the command (fieldname).setfocus
the "setfocus" part is not available on this table/form
combo but it is on the original single table that was
constructed prior to splitting the database. It appears
that both tables have the same "associations" attached to
them. ANyone know how to get back the "setfocus" feature
into this table/form?
 
K

Kelvin

Did you link this new table to the front end? Access does not do it
automatically. Go into the front end and insert a new linked table (this
wil lbe the new table you created).

Kelvin
 

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

Top