Recent content by Bremen217

  1. B

    Passing Datasheet Value To Another Form

    pbaldy, Thank you SO very much. Your code was very similar to codes I was trying to get to work but your plain English description that was included had me up and running (and UNDERSTANDING) within literal MINUTES! Thank you so very much! Mike
  2. B

    Passing Datasheet Value To Another Form

    Hi All, So I've been reading these forums about this issue of mine and I find very similar problems to the one I am having but I can't quite get the posted solutions to work. Maybe my mediocre knowledge of VBA is the issue, who knows :) Anyway, I have a form that opens in datasheet view. It...
  3. B

    Formatting Excel Export from Access

    Thank you BigHappyDaddy, that's exactly the starting point I needed and can modify as needed. Thanks so much! Mike
  4. B

    Formatting Excel Export from Access

    Thank you, I am doing so. Not sure why the snarky was needed here though as I already mentioned I was still looking and thanked you for your direction/guidance. Thanks! Mike
  5. B

    Formatting Excel Export from Access

    Thanks for your reply! I know that the current script is just a transfer, I've been trying to find example code that will do both of the two formatting items after export that can be combined with the above script on click (i.e. transfer, then format the exported document). I'll keep looking...
  6. B

    Formatting Excel Export from Access

    Hi All! Just a quick question. I have VBA code exporting multiple queries to multiple tabs in a single Excel Workbook (Access 2007 user). I have posted the code below. I need to modify this code to do 2 formatting things: 1) Bold the headers on each sheet. 2) Autofit (or...
  7. B

    Duplicates Query

    Thank you so much John! I had the group by query already created but was having issues getting it to link back and delete the bad records from the original table. This article helped me complete the circle I had started! You rock! Bremen
  8. B

    Duplicates Query

    Hi gang! So I need a little help on a query. I have a table called duplicates. There are say 10 columns but one colomn is "Internal ID" and another is "Created". The internal ID column has records with the same value but other columns may be different. What I need to do is run a query to...
  9. B

    Parameter Box Pop up When Launching Form

    Hi Gang! So here's the issue I have and have spent 6 hours trying to find how to resolve. Today we went into an existing form (frmOrders) and deleted a few options and added a few new options. We called the new version (frm_Orders_New_Test). We changed no queries that the original form used...
  10. B

    Problems with Subforms

    Hi Gang! I have an Access 2010 database with only one table at the moment. I created a main form with some basic controls for users to view and make changes to the table through the interface rather than the tables themselves. I inserted a subform into this form (called Table1 Subform) that...
  11. B

    Question Field Property Change

    Lagbolt, Thank you so much this worked perfectly! :) Bremen217
  12. B

    Question Field Property Change

    Hi Guys and Gals! In an Access 2007 database I have a table with about 1000 total records in it. 2 Columns for these records are telephone and fax numbers that have "()" and "-" in them. I need to remove these and have the columns be integers only. I have tried changing the properties of...
  13. B

    Import Macro - Almost Done

    Hi! I made a macro for Access 07 to grab all .csv files in a specific folder on a shared drive (the Access database is also located in this same folder). There's about 20-40 .csv files generated each month and once a month I want to be able to grab all of them and dump them into the same...
  14. B

    Query Help

    Thank you very much John! I did the reading you suggested (I had played around with the Total Query prior to your post and have that concept). I started playing around in an access query with the datepart as well. I am the first to admit that I am by far no SQL master, so please bear with me if...
  15. B

    Query Help

    Sum of Records by Month Query Help Hi Gang! I have raw data that (in part) looks like this in an access database: Contract release date Update Resource 01/26/10 Lisa 12/22/10 Lisa 12/07/10 Lisa 03/09/10 Linda 09/24/10 Linda 04/06/10 Linda 03/18/10 Linda 10/07/10 Linda 07/17/09 Julie...
Back
Top Bottom