Search results

  1. G

    checking a # field

    Hi guys, a company in my city is giving out prizes, and for each buy you get a sheet with 25 numbers ( kind of bingo thing). Well I have like 300 sheets . So i did an Access where I enter the SheetID and the 25 numbers. Now I have to do another table where I can insert the number that will be...
  2. G

    Report AutoCenter

    Hi guys, I have this report that on the detail part can be 1 or 10 records, but I need to do this report autocenter verticaly no matter how many record was insert. Top margin will be 6( set it to fit 10 records on the same page) but if i enter 5 record, i need the top margin to be 10 or so. Is...
  3. G

    Help with recordcount command

    I am trying to count how many records has a table with a special value (SolicitaçãoID.Text) but I keep getting error: Compile Erro: User-Defined not defined And it goes to this line: Dim db As DAO.Database This is the command: Private Sub CmdAmostra_Click() Dim db As DAO.Database Dim rs As...
Back
Top Bottom