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

    docmd.TransferText not importing a number field

    I have the following line of code... DoCmd.TransferText acImportDelim, "Chart Import Specification", "tblMeterReads", fileName, True, , 1252 I can manually run chart import specification with no problem. When I use DoCmd TransferText it imports all of the records, but skips a field that...
  2. JayRo71

    Saved Imoorts problem with file name

    Hi, My work flow is to download a table as a csv from a third party and then save it as an xlsx file. I give it a new filename when I do a saveas xlsx, because the default filename from the third party has special characters in it that are not compatible with access import. The import works...
  3. JayRo71

    Unable to sort date field

    I have a field [Bill Period] as short text. The data is provided to me as such, "11/07/22-12/07/22", which represents a start date and an end date. I extracted the start day and formatted it as a date using the following expression. StartDate: CDate(Left([tblWegoWiseSpikes]![Bill...
  4. JayRo71

    Select records on subform using a combo box with a twist

    First, allow me to explain that I know just enough about Access to impress someone that knows nothing about Access. I'm just getting my feet wet with VBA and do pretty well with queries in design view, but i'm not great with the written form of SQL. I was able to use a combo box value to...
  5. JayRo71

    Importing only unique records from excel tables

    I imported an excel workbook file with 6 columns and 1000 unique rows (=1000 unique records). Using my newly imported table, I created an index using 3 fields and set the index value to unique. I know it to be true that the combination of all three fields is unique in each record and this is...
  6. JayRo71

    Filter the daily value at a specific hour

    I have a table with water meter reads every 15 minutes in excel. I want to filter the rows so that only the meter read at 2:00 shows every day. I have tried this using filter and it forces me to expand every day and select the hour. Is there shortcut to select only the 2:00 hour of each day...
  7. JayRo71

    Power Pivot Tables

    Hi, I have created a one to many relationship. When create my Power Pivot Table, every value from the second table is shown for each value of the first. For example. If my primary key is Street Address. Table1 has only one record for each street address. Table2 has multiple records for...
  8. JayRo71

    Power Pivot in Excel

    Hi, I have two tables. One has Building Characteristics and the other has utility billing data. Each has a street address field. The building Characteristics table has one record per street address. The Utility Billing data has many records per street address. The street address field is...

Part and Inventory Search

Back
Top