Search results

  1. T

    number of rows depending on the value

    NOW THIS is EXACTLY what I had in mind!! THanks a lot!! It is so "easy", yet I would have spent a month looking for that simple solution! Many thanks again... Stickers are already finished and ready to print on demand.
  2. T

    number of rows depending on the value

    Hi Everyone I have been searching EVERYWHERE, but was unable to locate even the correct wording of my problem, so I decided to see if there is anyone here solve this riddle for me: I have a simple table with 2 fields ie : NAME NUMBER George 5 John 3...
  3. T

    How to make my report look like a table?

    Use REPORTS onPage funct I needed something simillar, so I experimented with the lines from VB and those can be very handy: I needed a line that goes accross an entire report so I set the reports OnPage function and put in: Private Sub Report_Page() DrawWidth = 15 '' I needed a thick line...
  4. T

    Crosstab qry from union qry

    I have a UNION qry in which I have Out, Incoming and internal invoices as RELATIONSHIPs, and based on it a CROSSTAB qry, and now there are 2 new categories which are goods that were returned - and there are 2 because: 1. is return from Internal and 2. is return from Outgoing invoices. I need...
Back
Top Bottom