Can I force a login everytime the page is loaded/refreshed?
How about forcing a logoff?
I'm using windows authentication, and need the abilty for many users to login to the form, check in/out for duty, submit and then refresh with login prompt for the next guy in line.
Thanks!
Can I pass a value to a textbox in a form using the hyperlink?
I want to send a generated email with data specific to that message. So the recipient won't have to type it in the form themselves.
I'm hoping for something like this sample url:
http://www.sample.com/form.html?workorder=abc123...
How can I pass a value to a textbox in a data entry only ADP form using the hyperlink?
I'm looking for something like what you'd use on a standard HTML form:
http://www.sample.com/form.htm?myfield=abc123
Is this possible?
Thanks
How can I pass a value to a textbox in a data entry only ADP form using the hyperlink?
I'm looking for something like what you'd use on a standard HTML form:
http://www.sample.com/form.htm?myfield=abc123
Is this possible?
Thanks
I have a text box that is filled with data pulled from another databse.
The pulled format is [productcode].[itemcode]
How do I find the "." and replace it with a space?
For example, I need to go from DF6YT.7856 to DF6YT 7856.
I'd like to do this in the After Update event.
Thanks in advance.
How do I display the value of a field from the next record in an unbound text box on the first record.
On the report, I would like the to show the current Speaker as well as the next speaker based on the field (Speaker).
So I want both a textbox showing the current speaker (simple) and textbox...
I have a sequence of 8 action queries that make, populate, and update different tables.
My question is whether it is more efficient to call the action queries in VBA or to just put the SQL statements in the code instead?
Thanks
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.