relationship problem

  • Thread starter Thread starter anil
  • Start date Start date
A

anil

hi
i have relationship between tblsites and tbllabdata in one to many.Now
i rename tbllabdata into tbllabResult.In relationship window it shows
the changed name,but when i click at + sign on tblsites(site_Code) it
says unable to find tbllabdata.i have saved everywhere.also removed all
relationship and add new one but no sucess.
can someone help where is the mistake
anil
 
Hello there,

Assuming that you have re-built the relationships using the new table name:
Open your table and from the Insert menu select Subdatasheet and select the
newtable.

George

Ο χÏήστης "anil" έγγÏαψε:
 
hi
i have relationship between tblsites and tbllabdata in one to many.Now
i rename tbllabdata into tbllabResult.In relationship window it shows
the changed name,but when i click at + sign on tblsites(site_Code) it
says unable to find tbllabdata.i have saved everywhere.also removed all
relationship and add new one but no sucess.
can someone help where is the mistake
anil

View the properties of tblSites. It probably has tbllabdata in its
Subdatasheet property. I'd suggest avoiding using subdatasheets AT
ALL, they can severely slow down your database and they're not
necessary if you use Forms with Subforms for your data entry; change
the Subdatasheet property to [None].

John W. Vinson[MVP]
 
thanks john and goerge.
it helped a lot.i just forget the thing and was too confused in
problem.
thanks again
anil
 

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

Similar Threads


Back
Top