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: *

  1. bustersports

    Form will not process more than 564 records

    Thanks for reading and any suggestions you may have. I have a form that will have anywhere from few hundred records, up to about 20,000. For some reason, it will not step through more than 564 records. In troubleshooting, I even put the max records to 500, close the form, and start again. It...
  2. bustersports

    Delete only 1st special character

    thread700-562429 Hi, I found this thread http://www.tek-tips.com/viewthread.cfm?qid=562429 and it helped me out somewhat. I used the PHV recommended code listed below. Public Function StripNonNumerics(myVar) Dim s As String, i As Long, x As String If Trim(myVar & "") <> "" Then s = ""...
  3. bustersports

    Hi, Thanks for looking at my que

    Hi, Thanks for looking at my question. I am importing a spreadsheet into my database that is all text. The import is checked for accuracy and field requirements (not every instance requires the same fields being completed). Part of the check is to verify the total dollar amount is correct in...
  4. bustersports

    Transferspreadsheet changing field name

    1st, thanks for taking the time to look at my question. I am using Access 2010. Trying to transfer a table to Excel. All of the fields must be a text field, left justified, capitalized. This is working fine with the exception of one field name being changed. The field name in the exporting...
  5. bustersports

    Left justify column title in query

    I need to do an export to Excel. I have the data being left justified, however the column titles are centered. The titles must be left justified as well. Any idea on to what I need to do to make it happen? I am not able to find any way to do in thru formatting of the field. Have not found a...
  6. bustersports

    Read column names

    I am trying to import a spreadsheet with the following data types. # Carrier Remit Zip Bill To Number 1 FedX 60693 968516528 2 FedX 3 FedX 60693 Each spreadsheet will have 49 fields, can be as few as one or as many as several thousand line items. I...
  7. bustersports

    FedEx Ship Zones

    I have downloaded the FedEx shipping zones from their website. They are based on zip codes, the 1st 3 digits. Example, a shipment going from 55531 to 85226 would be combined to be 555852 which would be a ship zone of 6. I have attached one of the files for you to look at. What I am looking...
  8. bustersports

    Determine all zip code combinations

    Hi, I am trying to determine all possible zip code combinations for the first 3 digits. They then must be combined into a 6 character field used in queries based on zip codes. Ex: 111xx and 765xx would be combined into 111765 and so on thru all possible combinations. The zip codes are used...
  9. bustersports

    Adding an Addin in Access 2007

    I am trying to add a addin for Access 2007, continue to receive the following message - "you do not have sufficient security permission to install this addin". I have tried the right click, run as administrator solution but do not see that as an option. Have tried from a desktop shortcut, All...
  10. bustersports

    Apply multiple filters, building off previous filter

    All, Thanks in advance for any assistance you may be able to give. My scenario is this - A user will select charges they want to process based on 3 combo boxes. The results will be displayed in a subform. The user will then select from the subform a particular record they want to use against...
  11. bustersports

    Determine weight between 2 weights

    Hi, I have a database that is used to determine shipping rates based on multiple factors. I am trying to determine what the weight break would be when given a shipment weight. Below is the table layout and an example of what I am looking to get. Table MinWgt MaxWgt Zone Rate Minimum...
  12. bustersports

    Determine weight between min and max

    Hi, Thanks in advance for any help. What I am trying to do is calculate what the rate should be on a shipment. I have the rate and min weight and max weight. I get via an input the weight of the shipment. I need to determine what that shipment rate we should be charged. Table examples...
  13. bustersports

    Combox box not requerying

    Hi, I am trying to have 2 combo boxes requery after data is selected (ex: cboContractFeeCode is 1st combobox, cboOP is the 2nd, and cboDP is the 3rd). When an item is selected in the 3rd box, it is dispositioned, so it does not appear again in the 3rd box. After selecting item in 1st box...
  14. bustersports

    Transferspreadsheet

    Hi, I am trying to have code that allow the user to transfer a spreadsheet and not have to fill in the path and file name each time. The file name changes on a daily basis (Data 07-08-10.xlsx yesterday Data 07-09-10.xlsx today). I have built the form to read from a table the path name and...
  15. bustersports

    Link tables to user defined path

    Hi, I am attempting to have tables reattach to another table when a user logs in as well as having ability to see a help file. I cannot define the path since not all users are able to create directories except under their respective login name (C:\Documents and Settings\JohnDoe\My Documents\)...
  16. bustersports

    Running sum in detail records

    Hi, I have looked at multiple examples of doing a running sum over a list of detail records. None of the examples provides the solution I am looking for. What I want to have is a report that looks like this. No. Aisle Bin Box ID Qty...
  17. bustersports

    Import/Export specifications in Access 2003

    All, First, I thought I submitted this yesterday, but do not see it in the forum or under my threads, so apologize if it is redundant. What I am looking for is a way to include the import/export specifications when I distribute an app. The app will be on users machines in sites around the...
  18. bustersports

    Send keys problem

    I am having problems with the SendKey function in Vista Home Premium. It works fine in XP or XP Pro. This code generates an error that "The SendKeys action requires "program name" Utility Add-In to be loaded." No idea what they are talking about. Function Macro2() On Error GoTo Macro2_Err...
  19. bustersports

    Access network drive at startup

    Hi, 1st thanks very much for your time. My question is how do I automatically link to a network drive at XP startup? My scenario is this - on my hardwired machine, not a problem to do, but on the wireless machines, does not automatically link, must double-click the link via Windows Explorer...
  20. bustersports

    Multi possibilities for sort order

    I have written several easy reports that indicate results of surveys. There are only 4 fields of results. The requestor would like to indicate on each which was the highest score, but always have the answer showing in the proper field (see below for example). Does anyone have any idea on how...

Part and Inventory Search

Back
Top