Gentlemen,
My APP stores photos of cars that need to be matched with the approprite file name. I need to secure the program yet allow the user to cut and paste or drag and drop to accomplish this without permitting the user access to the system. Any thoughts would help.
Thank you
hoofit
Another error. The record source " bla bla, bla" specified does not exist. The name may be misspelled, deleted or renamed. The form properties source code appears ok. any other possibilities?
thank you
I have the following code:
'* Declaration Specifications *
'********************************
Dim nodcat As Node
'Node for Category
Dim nodCatCode As Node 'Node for Category Code
Dim nodCatValue As Node '######## Node for interval value '########...
a sampling of some code is below. when i activate the command button nothing happens except for an error that says the expression on click you entered as the event property setting setting produced the following error.........
The error message occurs with several command buttons. the message...
Iv'e tried to no avail to center a form on the screen in design view. When I change views the form reverts back to the left and I can't seem to get it to center and stay there. Drag n drop does not do it and I dont see a way to adjust the margins. What am i missing?
Thanx
I'm just getting back into this and I need a hand with code for an on click event that closes a program (Access)and returns the user to the desk top. Any assistance would be appreciated.
hoofit
I'm just getting back into this and I need a hand with code for an on click event that closes the program and returns the user to the desk top. Any assistance would be appreciated
hoofit
an expression may not result in the name of a macro.....is the message i get when trying to handle an event. this occurs across the board. is there a default setting that i'm not seeing?
I recently used the packaging wizard and successfuly packaged my app. I sent it to a friend who said that when he ran setup, he received a message indicating that WinNT was required. The app was created on my system using xp and tested on another computer using xp. Any thoughts would be...
I am nearly complete with a small db. I want to give a copy to a friend to bullet test but I don't want a loose copy floating around. Is there a simple way to disable the app after a given date - maybe 3 months from now?
Thank you
I'm having a problem moving to the first record, or the next record for that matter. I'm not able to get the record selector to function nor a command button. Then form properties appear normal. I realize that this is sight unseen but does anyone have any thoughts about this problem
thanx
hoof
I have a document that discusses referring to form properties, controls etc if you're on the main form, subform and so on but I don't understand. I am on a combo box on the main form and I want to requery the main form after update of the combo box. If I'm on the form, what event do I use for...
I have the following code:
strSql = "Insert into tblImage (txtImageName, fileName) VALUES ('" & strFolder & "', '" & strFile & "')"
Here's the values:
txtImageName is a field
fileName is a field
strFolder is "c:\photo"
strFile is "pic1.bmp"
I need to combine the 2 outputs to read...
Is there an input mask that results in c:\ ? I want to force a file name that is entered in a text box by a user to be preceeded by c:\. Thus a file named test.bmp is entered by a user as such but results in c:\test.bmp.
Thank you kindly
I have a db used for tracking employee hours. Time is broken down into categories ie; regular, OT, sick, vacation etc. I have the following number settings for the categories;
Data type; number
Field size; single
Decimal places; 2
Default value; 0
As I enter data, I would like to have a...
I've got a number of documents on a HD that I want to allow a user to have access to from within Access. Can I allow the user to establish and/or edit existing hyperlinks and how is this done?
thank you kindly
hoof
I'm trying to insert a hyperlink as such; ( 2 fields involved, pmname and pmdescription)
if pmname = "pmh50" then
pmdescription = " ..\..\..\..\check sheet.doc
end if
pmdescription is to hold the hyperlink.
This however does not result in a hyperlink. Does anyone have the correct syntax 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.