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 Westi 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: *

  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

    syncronizing two form for data entry

    I had a couple of good ideals, but let's say I want to go the dirty route, what format do I use to set up my varible? I have seen the nz function before how do I apply it to say the PatientID?
  7. 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...
  8. 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...
  9. 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.
  10. Jeddiah

    syncronizing two forms for data entry?

    Sounds doable, but my main form has a page break in it, seperating personal information and insurance information, form2 has tabs controls that seperates the clinic vists information, appointments, treatment, cost etc. What if I use a few fields from table2 on my main form, will that generate a...
  11. Jeddiah

    syncronizing two forms for data entry?

    These are two independent forms. The link is patientID. There are two tables: Table1 PatientID (autoKey) PatientName, etc..... Table2 ClinicID (autoKey) PatientID (Index-duplicatesOK) Other Info........ Query with these tables combined for form 2. The main form uses table1.
  12. 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...
  13. Jeddiah

    Counting Checkboxes

    Will try. Thanks for all your help, you guys are the greatest.
  14. Jeddiah

    Counting Checkboxes

    I want to see how many have been selected in an unbound field on my form.
  15. Jeddiah

    Counting Checkboxes

    Thank a lot it works, but is there a way I can get the checkbox result to show my selections in the field as I go.
  16. Jeddiah

    Counting Checkboxes

    I then get the error message Compile error: Block If without End If. I don't have much experience with error handling. Any/all additional help is greatly appreciated and welcomed.
  17. 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