I have an access form for user to login (username, Password) and depend on the user I want to link tables with the background sql database. In my tables I have a column to save the username at each login in time. Is there any place I can look into get some information to write this code.
This...
I have an access form for user to login (username, Password) and depend on the user I want to link tables with the background sql database. In my tables I have a column to save the username at each login in time. Is there any place I can look into get some information to write this code. I dont...
thanks, this means that it takes boolean value where i can do
objelementreference.focus(true);
or is there a function in vbs something like
field.setEditable(true);
I am so used to java so, sorry if i ask none related question.
I have a form, which I have created using xml, and i use some vbscripting to handle some action in that form. I want to write a small code to activate a field to an editable mode when the user click a button. I dont VBScripting syntax that well.
thanks
I have a form, which I have created using xml, and i use some vbscripting to handle some action in that form. I want to write a small code to activate a field to an editable mode when the user click a button.
Hi Everyone
I have this code in a form, and I want to run few queries before the report grab data from those queries. I am not sure, if i should do docmd.openquery "queryName" but this way the query will open for the user and i don't want that to happen.
Private Sub workDonePoles_Click()
On...
Hi Everyone
I have this code in a form, and I want to run few queries before the report grab data from those queries. I am not sure, if i should do docmd.openquery "queryName" but this way the query will open for the user and i don't want that to happen.
Private Sub workDonePoles_Click()
On...
Is there away to hide access tool bars and menues when i bring up forms and reports. I am new to access so don't get mad at me for question like this....
thanks alot
I have this code in a form as an action for a button, When the user hit the button in the form I want a report to showup in the screen, accoring to my code it doesn't showup in the screan but it gets send it to the printer.
Private Sub poleSpecificReport_Click()
On Error GoTo...
See your link table properties, my be you have to install the Database Conectivity in that computer and link the all the tables with the new database connectivity.
JavaTOPerlNowVb
I have this query and I want to include sum function to calculate the total of a column, I know how to use the sum function is a regular select statement but I am not sure how to add that to this query
TRANSFORM Count(OBJECTID) AS CountOfOBJECTID
SELECT DatePart("yyyy",[INSPECTDATE]) AS...
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.