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 Mike Lewis 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: Tash
  • Order by date
  1. Tash

    MultiSelect Listbox doesnt update at the right time

    That's ok - I figured it out, I had the qdf.sql = strSQL below my Save function. Thanks!
  2. Tash

    MultiSelect Listbox doesnt update at the right time

    Hi - I have multiple "Multi-Select" listboxes setup on an Access form. I am trying to get one listbox (SelectGLDept) to populate the next listbox (SelectHRDept), which has a query behind it (QryMenuHRDept)to populate the second list box. For example, the user chooses the GL Departments from the...
  3. Tash

    How to duplicate record with subform contents

    I would like to duplicate a record that also contains a subform. How can I do this?
  4. Tash

    Sorting Calculated Fields

    The problem is that some of my calculations on the Report are too complex for the query. I've had this happen before in a query. So I am unable to duplicate what I did in the Report's calculated fields. Is there anyway to sort the field, without it being in the query or using the sorting and...
  5. Tash

    Sorting Calculated Fields

    I couldn't do these calculations in the query, so they only exist in the report. Is there a way to sort the report in VB "On Format" when the report is opened?
  6. Tash

    Sorting Calculated Fields

    How can I sort by a Calculated field on an Access Report? I have various fields from a query that I am using to created calculated values on a Report. I need to sort from these calculated values and can't figure it out. Any help would be appreciated. Thanks!
  7. Tash

    DLookup in Report displays Name#

    Could you explain a little bit more what you are trying to show in the field? Is [EmployeeID] the field name? If you are trying to use the Dlookup function, it should look something like this: DLookup("FieldName" , "TableName" , "Criteria = n") Not sure if you can grab it from a query, but you...
  8. Tash

    Error# on no data in subform

    I figured it out - I used the report.hasdata=true function and it works perfectly. Thanks anyway!
  9. Tash

    Error# on no data in subform

    Hello - I'm sure this is a simple problem, but I just can't seem to get it to work. I have a simple invoice report that I have put a subform into. I total the subform and then reference that total field on the main report. It works great when there is data, but if there is no data in the...
  10. Tash

    Advice on Form Filter/Search

    This is exactly what I am trying to do right now! And I forgot the "&" in my "Like" equation, so it wasn't working right. Thank YOU!
  11. Tash

    Advice on Form Filter/Search

    Just as VicRauch said, it gets confusing, because it is not reallly a drill down search. It's three items- Invoice, Vendor or date. Seems like you would have to have all three fields for a drill down search like this to work. If I had exactly what the customer wanted, I guess there would be no...
  12. Tash

    Advice on Form Filter/Search

    I need some advice on search filters/combo boxes design. What is the best way to search for multiple criteria in a list of data? I currently have a list of data in the detail section and on the header part of the form are three combo boxes that filter the data upon selecting data in the combo...
  13. Tash

    Export Report Problem

    I have an issue that has stumped me. I have created a shipping database that's end result creates an Invoice. The Invoice is a Report that grabs data based upon the date and Vendors specified in a pop up form before the Report is opened. The Report uses calculations and a subform to figure out...
  14. Tash

    Report and Query

    Go to the copy of your Report. In Design view, go to Properties and change the Query that you want to use under Record Source. You can either create on in Properties or use an existing one. Is this what you need?
  15. Tash

    query and report

    In your Copy of the Report, go to the Report's Properties in Design view. Under Record Source, change the name of the Query that you want to assign to it.
  16. Tash

    Help! Set Value from Calc on Report in Table

    I wish I could tell my client this! In fact, I may have to. After I have totally created the database with the "snapshot" data design in mind for a final invoice, he needs line by line values (that I created from complex calculations) exported from the database. Actually, I guess I could export...
  17. Tash

    Help! Set Value from Calc on Report in Table

    How can I grab a calculated value from a report and paste the value into a table? If I can do this, where would I place the code and how would I reference it? Thank you!
  18. Tash

    Help on my Code!

    Thanks for the suggestion, but it is still not working. Pretty much the same result.
  19. Tash

    Help on my Code!

    I have some code that puts data from my Main form to my subform. Everything in the code is working great, however, I would like to put a clause in the code that says if my Subform fields already have data, to abort the whole code. When I put in the following code, nothing happens when I execute...
  20. Tash

    Adding Invoice Number to Reports

    Ok, ignore the last post I made. I had to change the "integer" in the code to "Long" so that it would accept the higher number. It is working perfectly, now! Thanks so much for your extensive help - you have gotten me through a huge hurdle on my database!

Part and Inventory Search

Back
Top