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 John Tel on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by NeilPattison

  1. NeilPattison

    Problems after Update Query

    Thanks for your reply, however I have now sorted this. I thought the issue was more complicated than it actually was. The issue was actually in the source data coming from the excel spreadsheet, so my database was working correctly all the time.
  2. NeilPattison

    Problems after Update Query

    I have a problem with a database I'm maintaining after I have carried out an update query. I have a macro that imports data from an excel spreadsheet onto a temporary table, which then runs the update query to my main table. This all works fine and the data is updated correctly. The problem...
  3. NeilPattison

    Using VLOOKUP function in Excel

    This problem is now resolved
  4. NeilPattison

    Using VLOOKUP function in Excel

    I need to be able to write a formula that will use the vlookup function to check 2 columns and not just one. I have a worksheet that has a table of names with each having there own unique number. On another worksheet information is added and I need to check that the correct unique number is...
  5. NeilPattison

    Placing checks on the TransferSpreadsheet option

    I have a database table that is regularly updated from a spreadsheet, using the transferspreadsheet option in a macro and then using an append query. So the spreadsheet is converted into a table called "temp" and then the append query adds it to the original access table. In the tables the...
  6. NeilPattison

    Show records that aren't matched in a 2nd table

    Thanks forgot about that wizard. Works great
  7. NeilPattison

    Show records that aren't matched in a 2nd table

    Hi everyone I have two tables that are matched by the primary key of first table (by matched I mean parent/child on a form). I want to be able to write a query that shows the records in the first table (tblDetails) that don't have a match in the second table (tblfigures). I have attached an...
  8. NeilPattison

    Excel: Selecting specific characters from data

    Hi everyone, I have a list of grid references in a column in MS Excel in the form of two letters and then 4 numbers (i.e. SE4063). I need to use a formula to select certain bits of this data(the first two letters and the 1st and 3rd numbers) which creates a grid square number (the result in...
  9. NeilPattison

    Runtime error 2448 You can't assign a value to this object.

    Hi all, I have a form that runs from a query which combines data from 2 tables. I am trying to set up a filter on the form using a number of combo boxes and text boxes and a command button to fire it but I keep getting the above error (on the .Filter = strFilter line) and I can't see what the...
  10. NeilPattison

    Show default menus and toolbars in a form

    ve just figured it out actually. You need to hold down the shift button as the database is opening
  11. NeilPattison

    Show default menus and toolbars in a form

    thanks for replying harleyquinn the menu bar isn't there to be right clicked. Its the menu bar that I need to be showing once thats up I can do everything I need
  12. NeilPattison

    Show default menus and toolbars in a form

    Very simple thing but for some reason I can't remember how to do it. When the default menus (ie File, edit. tools, window etc) are hidden away in a form and only a custom toolbar is shown, how do I revert back to having all the defaults. Any help would be greatly appreciated
  13. NeilPattison

    cmdButton to clear a column of a table

    Is there a way of using a command button on a form to clear the contents of a yes/no column in a table. Any help would be greatly appreciated
  14. NeilPattison

    Enter date and find records

    I need to create a query so that I can run a report that will show records entered between certain dates. For instance lets say tblTMS has fields IDNo, DateReceived, Name, Address tblWeeks has fields StartDate, EndDate, WeekNo (all dates are in the format dd/mm/yyyy). I want the user to be...

Part and Inventory Search

Back
Top