Recent content by eviscerator

  1. E

    Open a given form using filters applied into an another mask.

    bumping a bit the thread
  2. E

    Open a given form using filters applied into an another mask.

    This may sound simple but to me is not. Two mask are given in this database. Mask1 recordsource is a query based on table1. mask2 recordsource is table1 On mask1 I set different filters, then an event routine is triggered whenever i press a button with the following VB code: If Me.Filter =...
  3. E

    Question How do I keep multiple filters applied into a mask into a report?

    Again no luck with the search button. I'm trying to find a way to have reports heiring filters that are applied to the parent mask. For example I have put 3 filters in a Datasheet mask (ones filter dates, one category and one filters price values). A report based on the Datasheet mask is...
  4. E

    Question [Help]Un-embedding images in a database.

    Oh well basically I just had a look at the code and how the database you linked was set up. All I did was to remove the Attachment column from the table Acquisto and later I have added 2 more columns: "ImgLink" and "FolderLink". I applied a default value to Folderlink and blocked it, then I...
  5. E

    Question [Help]Un-embedding images in a database.

    Ok that's perfect, thanks for the hints guys, I fixed the database and images are displaying just fine. Thanks a lot.
  6. E

    Question [Help]Un-embedding images in a database.

    Hello, I'm a new user to access and I have a poor knowdledge in scripting with visual basic. After many searches I managed to find this awesome forum where in the future I could learn a lot of stuff about creating "solid" Access Databases. Due to the fact I'm in the need of a database of the...
Back
Top Bottom