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 wOOdy-Soft 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
  • Content: Threads
  • Order by date
  1. 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...
  2. 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?
  3. 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!
  4. 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...
  5. 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...
  6. 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...
  7. 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!
  8. 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...
  9. Tash

    Set Value from Main form to Subform

    I would like to paste the value of one field on a Main form into selected records in it's subform. I have a button that I click which then executes the "Set Value" option, however, only the first record's field populates. How can I make this work?
  10. Tash

    Select All items from a Combo Box

    I would like to be able to Select All for a Combo box I created. I followed the SQL suggested on the Microsoft site, and the "(All)" option is showing up in the Combo Box as an option, however, my query for the report is not recognizing that it needs to display all the values. Could you help me...
  11. Tash

    Adding Invoice Number to Reports

    I need advice for a Shipping and Invoice database I have created. I have tables for the shipping data, vendors, location, Purchase Orders, etc. Then it all comes together by date range (they do invoices once a week)and location/vendor in a Invoice I created in Reports. The problem I am having...
  12. Tash

    Auto Update Field

    I am working on a MSDS database. I would like to have the user enter codes into one field that will automatically populate another field with the full description. All the codes will have to be entered into one field separated by commas. For example: Field 1 (user inputs): RG, RB, RA, FU Field...
  13. Tash

    Linking to a subform ID

    How can I link to a field from Form1 to Form2's subform? I have a search button on Form1 that links to the ID number on Subform2, but the error message says it doesn't exist. Thanks in advance for any help with this! This is what I have so far: [Forms]![Form1]![ID]=...
  14. Tash

    Insert Duplicate Records in Access using SQL

    I am trying to create Buffet Coupons for our hotel Front Desk to distribute. The user would input the guest name, expiration date and number of coupons into a Access Database. I would like to multiply this single record with the number of coupons needed and insert it into another table. This is...
  15. Tash

    Insert Duplicate Records into Access

    I am trying to create Buffet Coupons for our hotel Front Desk to distribute. The user would input the guest name, expiration date and number of coupons into a Access Database. I would like to multiply this single record with the number of coupons needed and insert it into another table. This is...
  16. Tash

    Sequential Numbering in Access Form

    I need to number records sequentially on a form (similar to the RunningCount funtion on a Access Report). How can I go about doing this? The number should adjust each time a record is deleted or added. Thanks!
  17. Tash

    How to keep Datasheet Columns Hidden

    Hello - I have a datasheet that contains multiple fields/columns, and these fields also contain calculations and expressions. The problem that I am having, is that I want to hide most of these fields for the user when they open up the datasheet, however, no matter what I have tried, the...
  18. Tash

    Adding two Date Values together into one field

    I was wondering if anyone knew of a way to add two different dates together? I have a Birthday date that I would like to take the month and day from and add it to a Date of Hire date that I would like to take the Year from. Something like this: Birthday 2/16/69 Date Of Hire...
  19. Tash

    Rounding Numbers in Increments

    Does anyone know if there is a way to round a calculated field to an even number? I found a "RoundToNearest" formula on the Microsoft support site, but it doesn't seem to work (I might be putting it in wrong). Any suggestions?
  20. Tash

    Rounding numbers in a calculated field

    Hi, What type of formula could I use in a control source of a field to round/truncate numbers? Thank you!

Part and Inventory Search

Back
Top