Search results

  1. B

    Line numbers on forms

    I see what ur saying there Rich but I still can't get my head rounf how to use it. I've got a text box called line number that I want to list the numbers in. Doesn'y current record only refer to the currently selected record. How can I get it to list numbers 1- Number of records alongside...
  2. B

    Line numbers on forms

    I want to display a list of records on a form and I want a number to be displayed alongside each record from 1 - number of records. I don't want to store these numbers in tables though I just want them to appear on the form. I thought about doing something involving the count function and...
  3. B

    Double Print

    I want to set up a button so that when it is clicked once it prints two different forms. Can anyone tell me how to do this please?:)
  4. B

    Dialog box

    I have a form that displays a list of parts. The user clicks on the part they want and it is inserted into a parts list table. The problem is I want the user to be prompted for a parts list name using a dialog box and then I want this same list name to be inserted into the table along with...
  5. B

    Pictures

    I want to have pictures appear on my form in a bound object frame for each record. I have attempted this using bitmaps I have saved in another file. However I want to see only the picture and I want it to fill the whole box. At the moment the picture appears only small and there name of the...
  6. B

    Help

    I've turned off all the toolbars in the startup dialog box. Now when I open my database I can't work on it at all. How on earth do I get the toolbars back on.
  7. B

    Creating runtime tables

    That seems quite a good way Thanks for the reply. That seems like a good way to do it. Another way that I have been trying to do it is to create a button that activates a create table query where the name of the table is a parameter that can be entered by the user in a dialog box and the data...
  8. B

    Creating runtime tables

    My database has two tables. One is a library of mechanical parts (Parts) and the other is blank(List). I have a form that displays all the parts from the parts table and the user then clicks on the parts they require and they are inserted into the blank table to create a parts list. The...
Back
Top Bottom