Recent content by btrflym

  1. B

    date by month problem

    Thanks so much, Mr. Gorvin, for your help! Your suggestion to look at the MISSING references worked perfectly! Thank you also for giving me the instructions step-by-step and in very simple terms! Best of luck to you! Meg
  2. B

    date by month problem

    I tried changing the name of the date field to something else and then i also tried the other code you suggested, but i couldn't get either one to work. Either way, it still prompts me for the parameter value of Format$. Any more suggestions? Thanks, Meg
  3. B

    date by month problem

    I'm trying to get a report that groups the records by Date Month. The Access wizard generated a report, but the field it made for the date doesn't work. It says: =Format$([Date],"mmmm yyyy",0,0) And when I try to open the report it asks for the Format$. How do I get it to put January...
  4. B

    open form in datasheet view

    Hi, I have a button on a form that opens another form that's supposed to be in datasheet view. However, when I click the control button, it always opens it in form view. What do I add to the macro to make it open in datasheet view? Here's what the button does now...
  5. B

    populating multiple field values with checkbox

    I have two sections of information in one table: ship to and bill to info. If the Bill to is the same as the Ship to, how do I make a checkbox to populate the fields from Ship to to Bill to automatically? I'm a beginner, so the simpler and more explained, the better - thanks!!!
  6. B

    how to list all records in a field

    hi, In a table, i have the following information: ConvNo FSIAttendee 31001 John 31001 Doug 31002 Meg etc... I have a report that runs from a parameter query where you enter the convention number. How do I make the report for ConvNo 31001 read as: FSI Attendees: John...
Back
Top Bottom