split database/newtable

  • Thread starter Thread starter Ron
  • Start date Start date
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?
 
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
 
Back
Top