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 derfloh 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: Jeddiah
  • Content: Threads
  • Order by date
  1. Jeddiah

    Unix & Win2K Can't Find/Start Win2k boot in Unix

    I just install Linix/Unix as a dual operatiing system. I have a single hard drive, but I do not know how to get to windows or even start windows for that matter. My computer goes to GRUB on start up but I'm at a lost at what to do once there. Used standard installation and I'm pretty sure...
  2. Jeddiah

    Checkboxes ApplyFilter action using Macro!

    I'm having a problem with a form that have checkboxes that uses a macro to open a report. I keep getting the error message when the report opens. My unbound form has a option group (Group1) that with the labels listed below and their option value: Mailclerk=1, Inventoryclerk=2, Janitor=3...
  3. Jeddiah

    Macros using Checkboxes

    I'm having a problem with a form that have checkboxes that uses a macro to open a report. I keep getting the error message when the report opens. My unbound form has a option group (Group1) that displays These labels and their option value: Mailclerk=1, Inventoryclerk=2, Janitor=3...
  4. Jeddiah

    Oops Correction on the Calculating Age on Form

    I'm kind of new to Visual Basic. I know there is a way to calculate the age on a form using the date and year but I'm getting some weird results. Can someone out there assist me. Here is what I have so far: I have an Age Field and a Birthday field, the birthday field is afterupdate reads...
  5. Jeddiah

    Calculating Age on a form

    I'm kind of new to Visual Basic. I know there is a way to calculate the age on a form using the date and year but I'm getting some weird results. Can someone out there assist me. Here is what I have so far: I have an Age Field and a Birthday field, the birthday field is afterupdate reads...
  6. Jeddiah

    Improper use of null value

    I was working on two forms trying to sync them for data entry, but since there are some records that don't have correspondent records I needed for form1 to create one for it when it openes. I'm not that great with programming but have peiced together a little something, something (from here and...
  7. Jeddiah

    syncronizing two form for data entry

    I was working on two forms trying to sync them for data entry, but since there are some records that don't have correspondent records I needed for form1 to create one for it when it openes. I'm not that great with programming but have peiced together a little something, something (from here and...
  8. Jeddiah

    Populate a field on one form from another

    Is there a way to populate a field on form2 Source Tabel1= PatientID = Indexed, number,duplicatesOK after access generate an autonumber on form1 Source Table2=PatientID=autonumber I'm try to sync two forms without data for data entry. Sunforms are not an option it doesn't do what the users want.
  9. Jeddiah

    syncronizing two forms for data entry?

    Hi guys! My question is: is there a way to synchronize two forms for data entry? My first form is used to personal information (Patients) then I have a button that opens another form to enter clinic information using tabs (Call logs, treatment, etc....), it worked great when there was data...
  10. Jeddiah

    Counting Checkboxes

    I made a ballot for a yearly election using checkboxes but, I need to make sure that only (6) six candidates are choosen, so I created a event procedure in the on current field. Here it goes (though its been butcher about 10 times.) Can someone help me and tell me where I went wrong? Dim...

Part and Inventory Search

Back
Top