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

    Option Group or Combo Box to filter a Report

    Hi, I have a form which has two option groups, and a command button; form: Report1 ------------- OptionGroup1 OptionGroup2 [] Report_name1 [] PreView (current) Report [] Report_name2 [] Print (current) Report {Commandbutton} The user selects report1 or report2 and...
  2. MrPiccolo

    query to select data from 3 tabes using <> parameter

    Hi folks, i'm having a mental-block day. I have a query which holds 3 tables [from an education database]. Table 1. [courses] ClassID Classname Table 2. [course_dates] CourseDatesID ('uniqueid') ClassID ('linked to classID in table 1.') DateOfCourse Table 3. [students_and_courses]...
  3. MrPiccolo

    Deleting records from one table based on records in another.

    Hi folks, maybe i'm being dense(?!), but i need to delete 596 records from table #A using a list of corresponding record id's held in table #B as the criteria. So far Access won't allow me to run a delete query to perform the task. (In other words both tables have identical record id formats...
  4. MrPiccolo

    Importing Time fields from Dbase4 Table

    Hi folks, I know this is probably an old chestnut; but could somebady please suggest a way of converting a time field in a Dbase 4 table (in the format "nnnnn" eg 16590) into an access time format of 15:22hrs? Ie I'm importing a Dbase4 table into an Access 2003 database using the "get External...
  5. MrPiccolo

    3 linked forms record navigation problem..

    I've looked at the FAQ solutions but have not found a suitable answer for the following problem. please help! I have 2 tables; table 1. "Patients" patientID (Pk) other fields.. table 2. "Visits" 'shows visit data about each patient' VisitID (Pk) PatientID 'long integer, linked to "Patients"...
  6. MrPiccolo

    Making a combo Visible dependant upon another Combo

    Hi Guys, I have a subform that has 2 combo boxes on it; I want to be able to make the second combo box visible AND active when the first cbo has a value of 1. The before update event for the first cbo looks like the following; Private Sub RadiationRecorded_BeforeUpdate(Cancel As Integer) If...

Part and Inventory Search

Back
Top