Search results

  1. P

    Disabling subform

    Is there any way I can disable a subform in my main form until the user has entered some data in the main form and thereby created a primary key? If the user decides to enter data in the subform first it gives an error and obviously I don't want this!
  2. P

    Very strange behaviour when opening report

    When I open my report from the main form using the code: my ID card report opens fine. But I want the user to be able to click a button on the main form, opening another window that allows them to select from the various reports available using option buttons, I use this code To me this...
  3. P

    Creating new record in main form from subform

    Hi, I want a user to be able to create a new record in the main form, after they have finished filling in the boxes in a subform by pressing the Enter key, rather than having to click the 'new record' button on the main form. I reckon I need a 'default button' on the subform but I have no...
  4. P

    Hyperlinks to open new form

    With a regular label you can make it a hyperlink to open a file but is it possible to use these to open another form or is there any other way of doing this?
  5. P

    Verifying a file exists

    VB useses the FileExists funcion as follows: object.FileExists(filespec) Which returns true or faulse and where filespec is the file name and object is the name of a FileSystemObject. What I need to know is what exactly a FileSystemObject is and if anyone could possibly give an example piece...
  6. P

    Change Colour of Image Border

    ...but I'v got a picture and I want to put a red box behind it so the picture looks like it has red borders, the problem is that the box always appears above the picture, I'm sure there must be a way to prioritize them or something but I can't find it!
  7. P

    Access String Tokenizer

    Is there any way, either through VBA, or queries or whatever to implement something similar to a Java String Tokenizer in Access? What I want to do is change a big mad list of names, like "John O'Brien" to a list something like "johnobrien", for the purpose of accessing image files with names...
Back
Top Bottom