One of our users has inadvertently set *.lnk files (shortcuts) to open with Microsoft Word. Is there any way of reversing this?
*.lnk file types do not appear in the Folder Options applet so I can't change it there.
Any ideas??????
Hello,
I have a subform called subStoreOrder and a main form called StoreOrder. In the sub form I have the following code that runs on the On Key Press Event.
Private Sub Form_KeyPress(KeyAscii As Integer)
If KeyAscii = 17 Then
Forms![StoreOrder].SetFocus
currentstore = cmbStore.Value...
I'm trying to create a new Data Access page however if I create a new data access page the "Choose the table or query from where the objects data comes from is blank" and If I click ok I get the following error... "Failed to initialise Datalinks. Cannot change connection". If...
You could try re-installing the program and then remove it the proper way.
Also check all the registry by doing a search for Ypager.exe because it could be in e.g. hkey_current_user/software/microsoft/windows/current version/run or somewhere else.
Regards,
Mark
There is some vba code @ http://www.fabalou.co.uk/VBandVBA/lotusnotesmail.htm that may help you out. I used it a while back and it worked sweet.
Howiee.
Thanks for your help Herb!
The problem with using SelectRecord is it will mean the user will not be able to alter any of the cells i.e. if the down button is pressed to select the next set of records down then the user cannot change the cell that he has down keyed to because the Entire Record...
Hello,
Is it possible to highlight an entire row in a datasheet when a single field has focus. E.g I have two columns in my datasheet One called Store and the other Price. I want my datasheet to highlight (change back colour) the entire row i.e both Store and Price when either a particular Store...
I have a textbox which basically sums a couple of the other controls on my form. This sum can either be a whole number e.g. 4, a decimal number e.g. 3.75 or it may be 0. I would like the textbox to display nothing if the sum = 0 and the exact number if it doesn't = 0. i.e. it may display 3.75 or...
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.