Has anyone manipulated Bluetooth file transfer as a programmable object where you can feed it user name and file names etc so the user doesn't have to it manually?
Hi all, I am trying to figure out why a snap shot unexpectedly showed up on one of our production servers. This caused a big performance issue and we had to reboot the physical server to deal with it, as the VM was also stuck in the "backing up" mode. Anyone else ever encounter this? I can...
I would think you would get that error because you are not closing or de-referencing an object somewhere, you get it in C++ if you have unhandled return value, I would think at the VBA level it would be poorly structured exits or not closing an object used in a loop.
There is a control available where you can imbed the IE browser into an Access form, I don't know if there is anything like that available for Outlook but you can code an actual email front end into an Access form pretty easy. Google away.
When you open a program using Shell, Access simply hands control over to that program and the user has control over the events in that program, such as ending it. Doing the same thing using Access would require you to end the process on the machine, something that is usually not recommended...
On a network that has both 32 and 64 bit machines, I am having to edit the app.config files to deal with this:
<add key="ConnAccessDir" value="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=C:\Program Files (x86)\SomeDir\SomeAccessDbDir\" />
which I have to manually change to this:
<add...
I program for all versions, I don't use the user interface much in what I do, on large corporate networks we really just want Access to program the user interface forms and reports for quick frontend apps where data and queries are all handled on SQL Server via Access VBA using ADO , when you...
Great idea, add more work to do something simple, and hide the entire screen to do it. Seems to be what Windows 8 is all about. This entire environment is going to be the new "Vista", I predict a short life for Windows 8.
vbajock (Programmer)
17 Apr 13 16:05
Access 2013, talk about screwing up a good thing, you just can't find anything. Same with Windows 8. I have a query open and I want to save it under another name so I don't wipe out my original query, and I can't find the stupid Save As button for the...
Access 2013, talk about screwing up a good thing, you just can't find anything. Same with Windows 8. I have a query open and I want to save it under another name so I don't wipe out my original query, and I can't find the stupid Save As button for the life of me. Anyone know where it is?
Use either technique (CurrentDb.Execute strSQL executes the query via DAO, currentproject.connection.execute strSQL executes via ADO) to execute 'action' queries, recordsets are only for SELECTS. I usually don't do INSERT queries using these methods, tho. Do INSERT by calling a saved query via...
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.