Search results

  1. A

    How tp Compact a Database

    I am new to Databasing and I had embedded somepictures in the tables which made the database over 600 Megs. I then changed the embedding option and then just linked those images. Still the database is 600 Megs eventhough it doesnt contain the images now. Is there any way to bring it down...
  2. A

    how to open windows 'file-open' dialog

    The pictures keep on changing for every participant.
  3. A

    Printing a Form

    What is the best way to print a form? I want it to print exactly the way it is displayed on the computer. Is there any way in which I can do it? Please help !
  4. A

    combo box query help

    Use the wizard to create a combo box to search records. It will ask you to select the category on which you want to find the records. It will automatically generate the code for you ni which it searches the record set and bookmarks it. Keep the combo box unbounded if you donot want to store the...
  5. A

    how to open windows 'file-open' dialog

    I have a form which holds the pictures of participants. The pictures are linked and not embedded so as to keep the database size controlable. Is there any way where I can make a button which when clicked will open a windows default file open dialog and let the user select the file (image file)...
  6. A

    Problem with Combo Box

    The decimals are set to 0 the format to fixed and the type to integers. still this thing is happening I am kind of confused. Please help.
  7. A

    Problem with Combo Box

    No the decimals dont occur
  8. A

    text box count

    use the on load command You can calculate the number of entries in the table with the onload event of the form and then pass that number to the text box in which you want to display your total number of participants.
  9. A

    Problem with Combo Box

    I have a form in which I have a combo box. This combo box looksup for its values from a table and then depending on this table it searches for the respective entries in the table. The values in the tables are plain numbers without any decimals. Also in the form, the decimal places of the combo...
  10. A

    VBA in Ms Access

    How can I make a button in a Form which when clicked opens a windows exlorer so as to select OLE objects (mainly jpg) and embed them in the required place
  11. A

    Using VBA with Forms

    I have a form in which I have some OLE objects which are mainly .jpgs I want to put a buton in the form which when clicked will open the windows explorer style box which will allow the selection of files. The selection will then result in embedding the object in the form. Could you please tell...
  12. A

    Using browser commands in VBA

    I have a form in which I need to put OLE objects mainly .jpgs I want to create a button which when clicked will open an browser window so that the necessary file can be selected then clicking ok will embed the object in the form how can I do this please help
Back
Top Bottom