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 SkipVought 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: JoanieB
  • Order by date
  1. JoanieB

    Set multiple query definitions in VBA code

    Does anybody actually READ what questions these things are asking?
  2. JoanieB

    Set multiple query definitions in VBA code

    I have code that runs thru a record set and for each record, sets the dept as a query criteria and then runs a union query based on the current dept. I am wondering if there's a way to have one of the queries run thru with multiple criteria (ie: where it says dept = TP, I would like to change...
  3. JoanieB

    Weird things on my screen...Windows O/S

    OK. Know how when you're running a program or something on your PC and you have a program up that is not running anything, it's just open while something else is running? And you can click and drag the windows around and they blank out "erase" what would show behind them? {Again, this...
  4. JoanieB

    ...Snapshot record set.

    I only opened it as dynaset when trying to figure this out before. As to the problem: I know now that it's the main query (call it Qry1) fueling the form. Originally I had a 'grouped' query in Qry1, but only as a qualifier - no data was being used in the query's output other than 1 table -...
  5. JoanieB

    ...Snapshot record set.

    PS: It only happens on SOME of the records being updated...
  6. JoanieB

    ...Snapshot record set.

    I have a query fueling a form. The properties show that the query is Dynamic. In the code behind the form, I set a recordset and do some work. After scrolling thru the recordset, I then update fields on the form. When I try to set me!txtfield.value = variable determined in code, I get a...
  7. JoanieB

    Email compatibility

    Thank you thornmastr - that code put me right on track. I haven't tried the open notes suggestion yet, but thank you both!
  8. JoanieB

    Email compatibility

    CAN ANYONE ANSWER THIS QUESTION? I need to know about Access's compatibility with various email systems. We have Lotus Notes and were wondering how (if) we could incorporate emailing procedures into a program. {I don't believe Access 97 can use anything other than Windows based email?} If...
  9. JoanieB

    Problem with Delete query

    I have tried using both a select query (not a grouped or action query) as well as a table to show which records I want deleted from another table. In the original selectquery, I individually selected each field (not*). Whenever I try to run the delete query it tells me I have to select which...
  10. JoanieB

    List Box Updating

    That's the On Current event behind the form, right? I think that's it! Thank you.
  11. JoanieB

    Access Calculations within a form

    Thank you both!!! End result: SUCCESS.
  12. JoanieB

    List Box Updating

    That was great! But I have a question: can I only do this within the code behind the form? The users will be jumping around alot and using the find button on the toolbox to locate certain records. If I can only requery within the code (next, previous buttons, etc), we may run into probs.
  13. JoanieB

    Copying forms - linked forms

    I figured out WHAT but not WHY. Basically, I had a private sub defined behind the form that was calculating an outstanding balance based on two of the form's txtbx values. I removed the sub, made it a module function instead, and now all is well. The form is fine and the module works. I would...
  14. JoanieB

    Access Calculations within a form

    I am working with Access 97 and there is no round function. There is some crazy fraction of the number here, because when I manually set variables in my code to the numbers I want to subtract, it gives me a result of -2.99...E-04 {this tells me something about the fact that it's a fractional...
  15. JoanieB

    Access Calculations within a form

    Sorry - the number it gives me is -2.9999...E-04.
  16. JoanieB

    Access Calculations within a form

    I have tried doing this calculation specifying the fields in the table and also tried the using textbox values. The calculation is just incorrect. Here's an example: there are only 4 decimal places in the two fields I am subtracting. The numbers are 38002.6167 minus 38002.617. There are no...
  17. JoanieB

    List Box Updating

    I may need a combo box, but I'm not sure. I need to link the 'box' to a query that counts the number of instances based on the value of the form that is open (the query behind the list/combo specifies the value of the field on the form) It only shows the count of the first record and never...
  18. JoanieB

    Copying forms - linked forms

    I created a form with a subform linked to it. It works fine. I copied it and changed ALL the queries behind both the new form and the new subform. The new subform refuses to link with the new form (I triple checked the queries). NONE of the command buttons work (like go to next record, first...
  19. JoanieB

    Using a query as a recordset - PARAMETERS

    In the code behind a form, I have a query that pulls records from a table based on the values of two fields in that form. When I use a duplicate copy of that query (called something else) as a recordset object, Access tells me I have 'too few parameters, expecting 2', but there are two...
  20. JoanieB

    Exporting to Excel from VBA code

    Also - there is NO way anyone could be in the file when the program is running. The output does not write over an existing file - here is where it is being created.

Part and Inventory Search

Back
Top