I want to monitor a secondary Outlook account from ACCESS. I have a user with a second account that is being monitored in Outlook. If I change the Default account so that 2nd account is the Default I can perform all the actions necessary but I can't have it be the default account as they need...
I have a MS ACCESS 2010 FE and BE loaded to a pair of Citrix servers. The FE is loaded to a folder on the C drive of the server and the BE is stored on the server in a folder along with the WorkGroup. I have a linked table to the Outlook All Public folders area in a folder for the company...
I have a MS ACCESS 2010 FE and BE loaded to a pair of Citrix servers. The FE is loaded to a folder on the C drive of the server and the BE is stored on the server in a folder along with the WorkGroup. I have a linked table to the Outlook All Public folders area in a folder for the company...
I have a MS ACCESS 2010 FE and BE loaded to a pair of Citrix servers. The FE is loaded to a folder on the C drive of the server and the BE is stored on the server in a folder along with the WorkGroup. I have a linked table to the Outlook All Public folders area in a folder for the company...
Yes, I have run reports with pics and the pic file is embedded in the SnapShot formatted report file. I have found that the SnapShot option works really well. Our office had SS Viewers on everyone's computer and this afforded us the ability to send out canned reports via email easily. The SS...
That's a great idea with the Hyperlink. This saves on loading time to your database. By just using a thumbnail of the pic for the database it will speed things up.
Good luck.
Bob Scriver
MSU Spartan
I haven't been on the site for some time but the format that I posted initially was the following:
Me![PictureImage].Properties("Picture") = Me![ImagePath]
I think you have modified this somewhat and that me be causing your problem. Use the format above and see how that works.
Bob Scriver...
dandot: I am no longer on a network to check this out but I believe this to be true. Normally, there is a back-end database that holds your changing data tables. In addition each of your users has a front-end database that has your static tables, forms, reports, queries, and modules. The FE...
Sorry but you also may want to display err messages or perform other code when it is not ERR - 3022. You will have to add that code. Just a reminder.
Bob Scriver
MSU Spartan
One of the easiest ways I have found to do this in a multi-user environment is this. Create a Unique Index(no dups) for the InvoiceNo field so that as you then monitor the ERR value in your error trapping code behind a SAVE record button. Here is some sample code that will update the record...
As I don't know your process, normally the InvoiceNo gets assigned as the record is created. That is the time to do the DMax function and assign the value +1 to the InvoiceNo field. You just must be careful that two people are not entering a record at exactly the same time and try to update...
It seems that the DMax function only executes against the original recordset within this query so it will not give you a newly updated Maximum InvoiceNo each time. So, we will have to use a subroutine to loop through the Null InvoiceNo's and update them individually.
This code should work for...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.