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

    Loop help

    I have a table where I have the "where" clause of my sql statement stored as one of the fields. I can append to a table via a form when running my sql clause based on the current record. I would like to run this code as a loop on a on dirty trigger on a seperate form. Im not realy sure how to...
  2. Qwert0000

    Visible

    I have a continous form that I would like to be able to toggle the visible property on some text boxes of certain records depending on the value of a check box. I can get this to work on a reg form, but can't seem to figure out how to handle this a continous form. Any suggestions? Thank you Eric
  3. Qwert0000

    Common Dialog control.

    Hi, I finally got the common dialog control to work using the code at, http://www.mvps.org/access/api/api0001.htm I just need a little help setting the flags and checking the directory that is returned. I am using this to set a bound text box to a file name for linking a picture within my...
  4. Qwert0000

    Sub Report with No Data

    This has been covered in other threads but I am unable to fix my problem. I have an unbound main report with several sub reports. I am trying to ensure the sub reports will print on the main report with no data in them. Looking for a consistent look on my report. I tried using iif(Nodata...
  5. Qwert0000

    OLE Question

    Howdy, I have a bound OLE object on a form that holds a jpeg. I am able to inset a file into this form using the inset object menu browse ect. I would like to add a cmd button that opens the file dialog and allows me to choose the file I want and inserts that file into the ole object. I have...
  6. Qwert0000

    TxtBox Control Source not In form Record Source

    Howdy, I have a DB with 3 Main tables all linked by a SSN field. Table 1 contains "contact info" records on everyone. Table 2 has a 1 to 1 relationship with table 1 containg records only on "students". Table 3 has a 1 to many relationship containing "attendance...
  7. Qwert0000

    Help with adding records to tables

    I have a db with 2 main tables. All members are in my PersonnelInfo table while only "students" are in my TrainingRecords table. This two tables are linked by a common SSN field. I have turned off Add record to all my forms to insure that all my required fields are populated when a...
  8. Qwert0000

    Query Help

    Hi, I'm not sure if what I am tring to do is possible but I would like to create a single report running off a query where one of the fields in the query is changed by user input. I have a Table called Student with all the student info as well as fields for required training classes. The...

Part and Inventory Search

Back
Top