Search results

  1. R

    exporting to .rtf from a report with a sub report

    I made a report with a subreort and I want to export it to a word doc for my printer. Because I have a subreport it won't let me. Am I doing anything wrong? Is there a way to get around this? I have no Code knowledge. I get by with Macros I'm sorry to say.
  2. R

    Alternating Color

    Can I alteranate the color of the background? I would like to make everyo ther record have a gray background. I don't know code. Can anyone help me?
  3. R

    my wizards don't work

    My wizards don't work. I've triedd to repair Office from the disc, from detect and repair, and I've tried to reinstall Office five or six times. I will for example go to reports, label wizard, find the table for my labels, click next and then nothing. The box that I was entering the selection is...
  4. R

    Wizards Not Working

    MY WIZARDS don't work My wizards don't work. I've triedd to repair Office from the disc, from detect and repair, and I've tried to reinstall Office five or six times. I will for example go to reports, label wizard, find the table for my labels, click next and then nothing. The box that I was...
  5. R

    select a record and send info to a field

    I'm a book taught user with no VB Code experience. I have a database that has over 1000 pieces of equipment in it. Each piece of equpment has an equipment type. Each piece of eqipment type has an equipment size. In my form I would like to have a command button that would open a form listing the...
  6. R

    dissecting a field

    I got imported to me a field that has city, state and zip all in one field. I don't know code and am a self starter. How do i dissect and break this up to it's rightfull 3 fields. MOST of the cities have a comma after it. There are about 4600 records to do. Please help!
  7. R

    show only the newest date

    Warning not a PRO. I have a query that i use to keep track of rental equipment. When the piece comes in off rent we record the date it left and when it came back, as well as it's "hour" meter. It's like a speedometer to tell us how long it has been running. At the end of each month i run a...
  8. R

    MSword Publish

    What I'm trying to do is take my report and email as msword. The only way I have found is to publish it with MSword then email it. When I do that I loose certain graphics such as lines drawn to seperate the rows. Any suggestions. Doing a Snapshot is no good for my audience and I don't have PDF...
  9. R

    find not equal fields

    If I have a table that I built off a master datasource (Not in ACCESS) and need to update my table with any new data from the master source how do I do it. I'm kinda of newbie that is self taught with no visual basic skills. I tried the search but could not find or understand what was being...
  10. R

    udate Query

    I am trying to write a update query for our rental equipment business. In my rental Table I have a primary field[rental number] then [stock number], [date in], [date out] [date2], and [hours]. Every month i want to update my Inventory tables fields[new hours] and [date of new hours] with [hours]...
  11. R

    Open Form Actiom

    Good Morning, I created a command button and trying to write an on click command. I created a macro to open a form. I want to open this form and to filter all records where the fields are =. In the where condition i used expression builder and put [CUST NAME]=[Rental Form]![customer]. I tried...
Back
Top Bottom