Subform Not Showing

L

LJG

Hi Guys,

I have a form with a subform that works when I run it locally, but not when
it is used over the network? Anyone any answers for this issue?

TIA
 
L

LJG

Sorry,

Should have made it clearer,

Main form is made up of a tabbed form which has a subform for additional
contact information. The problem is, when I run this to local backend it
works fine, displaying the subform as it should. However, when I link to
backend tables on server the main form and tab display fine yet subform does
not display?

HTH
Les
 
T

TC

Further to what Arvin said, make sure that the subform's AllowAdditions
property is True.

HTH,
TC
 
L

LJG

Hi Arvin,

Can you explain how I can make a form updateable, as this one appears to not
updatable when using the network, yet is updateable using it locally, i.e.
tables on the local PC

Many thanks
Les
 
Top