Invisible subforms

benjee

Personal Jesus
Local time
Today, 23:34
Joined
Mar 19, 2003
Messages
53
Good morning,

Basically i have two forms 'Customer' and 'Job', a user can create a new job in the job form via a subform.

Now there is also a subform in the customer form that displays all jobs for that particular customer.

If a customer has NO jobs is there any way of making the customer subform invisible until a job is created?

regards
 
You can set the subform's Visible property to No.
 
Hi,

that doesn't work, when i create a new job in the 'job form' the subform in the 'customer form' doesn't appear/update if i set visible to No.
 
In the event procedure of where they type in a new job, place code to make the subform visible again.
 
Hi Vassago,

Im not entirely sure how to do it.

In the JobNo field would i need to use the SysCmd to test whether a form is open and then add code to the On Open property?
 

Users who are viewing this thread

Back
Top Bottom