Search results

  1. 67flyer

    looping query

    pdaldy, i put the groupnum in a qry and it updated every record to 1 they were 0. there was 26 records. Probably not coding it correctly. the incrementfield is the field in the table?
  2. 67flyer

    looping query

    okay, thanks! will have to check on access 2000 system also to see if ADO is check by default. I normaly program on a access 2000 system. Thank you very much!
  3. 67flyer

    looping query

    its not checked right now the only things check are: visual basic for applications ms access 11.o object library ole automation ms activex data objects 2.1 library ms windows common controls 6.0 sp6 If i check the dao library does it go with the database when moved to another system or do you...
  4. 67flyer

    looping query

    tried using the code but can't dim the database. Not using DAO. If i use DAO and then the db gets put on another pc will it keep the DAO settings? what if they are not installed on the other pc?
  5. 67flyer

    looping query

    After you mentioned it in your first post it got me thinking and now that you posted the second code, i was getting ready to try some thing like that on the subform that adds them to the group. :) Thanks,
  6. 67flyer

    looping query

    - banana, Will try that. However I don't program with any active x or doa componets. I've read that those componets must be installed and setup on each machine that would use the db. If wrong I probably could do some things easier in the db's i write. - karma, don't have the qry yet. the...
  7. 67flyer

    looping query

    Hi, not sure looping is the correct word so i will try to explain what i am trying to do. i have a tbl and need to mark the records in groups of 12. the first group would be in group 1. The next group of 12 would be 2. and so on. the highest number is unknown as the data will grow. is...
  8. 67flyer

    report with multi columns

    Correction I should have said the columns can be 1 to 100+. How do i get the columns to page break at what ever the page width is and then continue on a new page. The data in the details will have to carry over also. Thanks
  9. 67flyer

    report with multi columns

    I have a report that has 20 columns but they will not fit on the same page. I don't want them to go across and down or down and across using the setting on page setup. I need to display all that can fit on one page then continue the other ones on a new page. thanks for the help
Back
Top Bottom