Hi Duane,
Thanks for your reply.
The control source and name for the Checkbox is (PrintSch) and the command buttons are,
1. Schedule1
2. Schedule2
Private Sub PrintSch_BeforeUpdate(Cancel As Integer)
If Me.PrintSch = True Then
Me.Schedule1.Visible = True
Me.Schedule2.Visible = False
Else...
Hi,
Just wanted to know if its possible to use a check box to control individual records on a continuous form. When you check it checks all the records. The checkbox is a bound control.
I have two command button to select two different forms. and I wanted to be able to select either per check...
Hi,
Have an option group on a form which control the data on a form as below
Private Sub SelectGroup_AfterUpdate()
Select Case Me!SelectGroup
Case 1
Me.RecordSource = "qryCountCheck-TI"
Case 2
Me.RecordSource = "qryCountCheck-SG"
End Select
End Sub
I just want this same data thats on the form...
Hi,
How can the side tabs on the navigation form (Access 2010) be kept to a specific size. They change constantly when switching the top tabs.
Thank you,
KP
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.