Search results

  1. A

    Calculation problem

    Hi everyone, Thanks for reading/ any help... I have a form with 7 field for names and 7 fields for points. Users enter their name and later, points are allocated to the relevant points fields. I am trying to get a summary report to show all the points for an individual user. The problem is...
  2. A

    not sure what the title is ?!

    I have a table feeding a query feeding a form. The dbf is to collect improvement suggestions on a network from users. Suggestions can either be from an individual user or from a group of users. points are allocated to the individual (1) on entry. then if accepted, an extra 4 points is awarded...
  3. A

    Cascading combo problem

    Firstly thanks for any input into this problem. I am sure that there is an easy solution (but only if you know how!) I have a form in which i would like 2 combo boxes to work from each other. In the first box i want the user to select from a list of 20 categories. then, based on the select...
  4. A

    Text Searching

    Any ideas how I can place a command button on a form to search for user specified text from within all of the records the form relates to ???
  5. A

    Multiple Report Printing

    Quick one? How do I get a parameter ? box to pop up asking how many copies I wish to print ???
  6. A

    Only printing unprinted reports

    Probably a simple thing to do but without trying to work it out, thought I would ask you all to see if anyone has done this... I have a dbf which collects data and provides several types of report. I would like the user to be able to click to print all reports for records that have not been...
  7. A

    Only printing unprinted reports

    Probably a simple thing to do but without trying to work it out, thought I would ask you all to see if anyone has done this... I have a dbf which collects data and provides several types of report. I would like the user to be able to click to print all reports for records that have not been...
  8. A

    Locking data ?

    I wish to lock the data entered once it is printed. I have tried using a field call [Printlock]. when my print button is clicked, the code is: me.printlock = Now() (and then the print action code) in form current, i have if isnull (me.[printlock]) then me.data.enabled = true me.data.locked...
  9. A

    JPeg Import (please)

    Can someone Please Please show me/tell me in very SIMPLE english how to import a Jpeg image to a record (including set up)so it can be printed on the report... I have the Jpegs and the database already. What fields do I need to create, what software do I need e.t.c.... Thanks a million...
  10. A

    Alternating record Colours

    Is it possible to have a report which shows alternating colours (grey, then white, then grey....)??? Thanks alot
Top Bottom