I have two Linksys WRT54GS routers; one called "Main" connects to the Internet via the Modem and serves as the DHCP server. The other one called "DEN" has DHCP disabled and connects to "Main", wired through one on the 4 ports in "Main".
Both serve as wireless connecting points and are set to...
I can't seem to be able to "address" a certain control when I am writting code in my main form.
Let me explain:
frmMain subfrmSecond subfrmThird
LastName EntryDate Item
FirstName Place Amount
... ... ...
...
How do I set a subform to accept data only if its parent subform has data?
Let me explain:
frmPatients
subformAppointments
subfrmOrders
I do not want orders entered in the subfrmOrders UNLESS the user has first created an appointment in the subfrmAppointments.
Thanks
Luis
How do I set a subform to accept data only if its parent subform has data?
Let me explain:
frmPatients
subformAppointments
subfrmOrders
I do not want orders entered in the subfrmOrders UNLESS the user has first created an appointment in the subfrmAppointments.
Thanks
Luis
I have the following tables and relationships. Everything looks fine EXCEPT the relationship between tblPatients and tblAppointments (I need 1 patient to have many Appointments, not the other way round)
tblPatients
PatientID tblPhysician
PhysicianRef---------PhysID...
In the following statement, what exactly does the "Me" mean, and where can I read about this?
Set rs = Me.Recordset.Clone
I am suspicious that the "Me" refers to the current form. Am I totally off track?
Thanks
Luis [atom]
I posted this question in the General Visual Basic forum and nobody appears to know or care. Can anyone here help me?
I am using an old DOS program under Windows 98 and Windows ME. This program "prints" some information to a printer or to the screen but only if it finds a...
I am using an old DOS program under Windows 98 and Windows ME. This program "prints" some information to a printer or to the screen but only if it finds a "ready" printer connected to LPT1. I need to "print" information to the screen when I am away from my printer...
I have a Search combo box which is a unbound control on a form that opens up a large table [Sleep]. I am not sure where this came from, but it works OK. This is the code that I have in the AfterUpdate()
Private Sub Search_AfterUpdate()
' Find the record that matches the control.
Dim...
I need to do some simple math with time data but it becomes very complicated when many of these results have to be compared using logical statements (If...Then.., etc.)
I was told in the past that there is no need to save the results of my calculations "because the raw data is already...
I am kinda new with Relationships and subforms, and would appreciate some help.
I am designing a database for payroll in my office. The reason I am doing this is people do not understand the difference between 6:20 (6 hours and 20 minutes) AND 6.2. They add up hours:minutes to hours.decimals...
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.