Search results

  1. Taff

    Importing a Excel Spreadsheet

    Hi wan2fly99, Try DoCmd.TransferSpreadsheet acImport, acSpreadsheetTypeExcel9, "ImportTable", "c:/Tony.xls", , YourSheetName Taff.
  2. Taff

    One form for multiple queries?

    Have you tried using sub forms?
  3. Taff

    How to update/edit all entries in a column with leading zeros(0) ?

    Hi omyurs, Maybe this will help. Taff.
  4. Taff

    Before update, after update...????

    Hiya Jeo, Try putting your code in the after update event of your combo box but change the line 'BackColor = 13434828' to Detail.BackColor = 13434828 Hope this helps. Taff
  5. Taff

    Formating Date

    no probs. Taff
  6. Taff

    Formating Date

    Try using an Input Mask.
  7. Taff

    Automate an import that prompts for the destination

    Glad to help.
  8. Taff

    Automate an import that prompts for the destination

    Hi Carly, Make sure you have copied the module over to your database as well and hopefully that should work. Ant.
  9. Taff

    Automate an import that prompts for the destination

    Hi Carly, Maybe this will help you get on the right path. Taff.
  10. Taff

    Wheel Thingy On Mouse

    Try this thread:- Thread 78508 Taff.
  11. Taff

    Export Table to New Database

    Thanks again Pat. Taff.
  12. Taff

    Automate an import that prompts for the destination

    Hi Carly, Will the name of the tables you want to append from change? Taff
  13. Taff

    Automate an import that prompts for the destination

    Hi CarlyS, I have attached a small example. Have a look at the OnClick event of the command button. Taff.
  14. Taff

    Count in Report

    Hi Dette, Try putting this in the control source of the txt box you are using to count:- =dcount("[your check box field]","[your tabel or query]","[your checkbox field] = true") Taff.
  15. Taff

    Export Table to New Database

    Hi Pat, Have tried the transferdatabase method but for some reason it does not seem to be working. A couple of questions with it:- Does the database you are trying to export to have to exist already when trying to use it? If so, does the table have to exist in the database? Taff.
  16. Taff

    Need to delete record and can't figure out how...

    Hi Crckrs9, Me.Undo
  17. Taff

    Export Table to New Database

    Hi all, Am having some real trouble trying to work out how to do this but I'm sure it's really simple. :confused: What I am trying to do is Export the table mytable to a completely new database which would be stored in the same location as the current database. Any help is greatly...
  18. Taff

    Newbie Query!

    No Probs, Ant.
  19. Taff

    Newbie Query!

    Try this. Anthony
  20. Taff

    Newbie Query!

    Not sure if this is the best way of doing it but try this. Anthony.
Back
Top Bottom