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

    Set combo value if check box is not checked...

    Hi, hopefully this is the right forum to post to. Here's the background: I have three controls on an unbound form: 1. Text box that gets its value from a combo box whose row source is a query 2. I have another combo box whose row source is a table 3. I have a check box What I want is to have...
  2. VhbuiA

    2003 Developed Report Hangs When Opening in 2000

    Hi, I have a report that was developed in A2003 which I had to migrate to A2K. When the report was in A2003, it took less than a minute to load but when I try to open it in A2K, it hangs up the system and eventually freezes. The underlying query is complicated but doesn't contain that many...
  3. VhbuiA

    DLookUp Help - Error 3464 Data Type Mismatch

    Hi, I've searched the site but nothing I seem to change works for what I need accomplished. I have a form that basically after a user types in the SSN in the txtAS2 field, the code would then look up the values associated with that SSN in the employee table. Here's what I have so far...any...
  4. VhbuiA

    Tricks to formatting a report?

    Hi, I have a main report which contains 2 subreports. I'd like to lay both subreports next to eachother so that it appears as though it's on one line. Ex: sub1 sub2 Awards Given Awards Allowed Q1 Q2 Q3 Q4 Award1 100...
  5. VhbuiA

    Update Table with FK

    Hi, I am fairly new at VBA so please be nice =) I am having problems updating a table with a foreign key if I already have a field that matches in the other table. Please let me explain: tblA X (PK) Y (FK) Z (FK) tblB Y (PK) Z (PK) In table A, I already have data populated in Field Z. This...
  6. VhbuiA

    How to add data into a field based of the value of another

    Hi, I have done a lot of research and have not quite found the solution to a problem I am having...hope someone can point me into the right direction. I created a table using VBA to pull data from an Excel spreadsheet into my db. However, I only require select fields for the purpose of the db...
  7. VhbuiA

    Modifying AutoCorrect Commands in WORD

    Hpwdy! How do you modify an AutoCorrect command? Basically the previous developer created AutoCorrect commands so that once a series of initals (say abc) were entered into the word document, the electronic signature would appear in the document. The commands are stored in a .acl file but I have...
  8. VhbuiA

    Modify VBA Code in a .DOT file

    Hi, Currently when a user opens up a blank word document, you can type in initials (linked to a electronic signature) and when you press "enter," the signature will appear. It appears that this is being done in the Normal.dot template file... My question: Is there a way to open up VBE in a...

Part and Inventory Search

Back
Top