Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: lrumd
  • Content: Threads
  • Order by date
  1. lrumd

    Two wireless Linksys routers in cascade

    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...
  2. lrumd

    Naming conventions - help needed

    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 ... ... ... ...
  3. lrumd

    Subform within a subform - data entry

    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
  4. lrumd

    Subform within a subform

    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
  5. lrumd

    Reversed one-to-many relationship

    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...
  6. lrumd

    "Me" statements

    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]
  7. lrumd

    Dummy printer

    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...
  8. lrumd

    Dummy printer

    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...
  9. lrumd

    Search combobox

    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...
  10. lrumd

    Saving math results in a table

    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...
  11. lrumd

    Payroll database design

    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...

Part and Inventory Search

Back
Top