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

Search results for query: *

  1. jonchaz

    Remove embedded images?

    Thank you very much, it worked awesome, took a 172,000,000 mdb to 35,000,000, it was probably very obvious, but I never really looked into it. Thanks again, John
  2. jonchaz

    Remove embedded images?

    I have a database that due to my naivete has grown in mammoth proportions. I have been testing backgrounds using embedded images, I have now come to the conclusion that the standard backcolors will be fine, however, when I removed the images from the forms, it didn't seem to remove them from...
  3. jonchaz

    Having Trouble with Multiple Users Changing Information

    I am not sure if this will help you, but I used to get this message all the time. I researched it on here and found a post that said to look at any bit fields in my tables. If you have any bit fields, make sure that the value in them is set to -1 or 0, otherwise Access will not allow you to...
  4. jonchaz

    Recordset from a QueryDef as form's recordsource

    Hello, I am sure this is very easy, but I am having a problem with a recordset that I created from a Query in Access using createQueryDef. I have got the recordset opened and see that the values I want are populating the recordset, now I need to know how I assign it to form's recordset on the...
  5. jonchaz

    Help my form is building with flashes!

    jerseyboy, We had similar problems whenever we used a picture as opposed to a background color. We minimized the flashing by setting the backcolor to a color that complimented the picture. In our case, light grey. While you may still notice a little "flash", it isn't nearly as...
  6. jonchaz

    Accessing a test database with Crystal Reports

    Jason, We use crystal to develop, test and run on three different servers. (The test and development servers' database structure is exactly the same as the production server). We need to be able to switch back and forth quickly to test against fake and real data all the time. We do this by...
  7. jonchaz

    Multi-selecting records to pass to new subform

    I have considered that, but the main form is a datasheet that has multiple fields. I guess I could try the list box, but I would like to know how to multiselect rows in a datasheet and than pas that recordset to the new form. Thanks.
  8. jonchaz

    Multi-selecting records to pass to new subform

    I am a new Access programmer and I have been creating a form that lists fees associated with person entered into my database. I want to list multiple fees on the main form, and then have a new form open up on the click of the receipt button where only those fees that were selected (which...

Part and Inventory Search

Back
Top