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

    DB seems to do next task before waiting for prev. one to finish

    Hi All, I am developing an application which has a VB 6.0 front-end and an Access 97 backend. I use a Shell command to execute a macro in Access which: - deletes a table named SCHEDULE_STAGING - copies SCHEDULE_STAGING_TEMPLATE and pastes it as SCHEDULE_STAGING After that macro is run, I use...
  2. DanielleH

    Setting the "Top" Property of a control in Access Rpt

    Hi, I am trying to set the "Top" Property of some text boxes, labels and lines in an Access report in code at runtime. I cannot seem to be able to actually change the property. In the Detail_Print area of the code, I have put: Me.txtAcc2.Properties("Top") = 9116 I tried a...
  3. DanielleH

    Grouping text boxes within one control

    I was wondering how I can group a number of text boxes and call them one name - e.g. have two text boxes named "txtName" and "txtAccountNum" and be able to have those text boxes under some sort of control named, let's say "AcctDetails". I could then have code to the...
  4. DanielleH

    Changing field names in an existing DB

    I am modifying an Access DB and I need to change all references to the word "Consultant" to "Adviser". This word is in many field and table names, plus about 50 queries and 20 reports rely on this data. My question is: Is there any efficient way of going through a database...

Part and Inventory Search

Back
Top