I use MS Access 2007 and SharePoint 2007.
I have designed a database that is shared in our group. I am using SharePoint to share the tables. Some tables I would like to keep always online. For performance reasons I would like to take other tables offline and synchronize them from time to time...
Dear Trevor,
Thanks. The document gives a general overview of linking or importing tables. Unfortunately it doesn't answer my question about pictures. :(. Do you have any other idea?
I have a table with products in SharePoint. The table links to Access. I have images of the products in SharePoint as well. How can I select the images in an Access form and show them in an Access report?
I have a list of products in SharePoint and I link to that list in an MS Access form, How can I show pictures that are stored in SharePoint (one picture for every product) in an MS form and report?
Thanks for the reply. I have tried what you recommend and selected the plain white background (Autoformat None). The background colour changes, but the horizontal lines stay. Any way to get rid of those?
I have a table [DecisionMachine] with a master/slave relationship to a second table [DecisionOptions]. I also have a form with [DecisionMachine] as record source. In the form I want to use a listbox that only lists the records in [DecisionOptions] that correspond with the current record of...
Thanks for the replies. Unfortunately that didn't work and for sure it is no picture. It is the background that was generated automatically when I created the form. See
http://picasaweb.google.com/jan.vanbekkum/201003Access#5451341439966389170
Any other suggestions?
I want to fill a property in a form with [Forms]![Opportunities]![Proposals].[Form]![SalesForceNumber] if the [Proposals] form is open and with 0 otherwise. Setting a default value for the property works well if the form is open, but I get (of course) #Name? if the form is not open. How can I...
I want to make headers of columns in a report dependent of the language of the report. I have a control "AmountHeader". Dependent on the language it has to become "Amount" or "Bedrag". I created a table Translations with a.o. fields "AmountHeader" and "TranslationLanguage". The control...