Yes, it's to automate checking off/checking on base. We have already implemented it for users who are at their workstation, but also need to address persons who haven't done so and must check out/in at post.
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!
No, not a test. It was a late night, and I didn't think it through. :)
After I posted this question, I realized that I should just be using ASP to populate the data.
Thanks
Thanks!
I almost had it all along. Just a matter of syntax.
Where I had
...value="<%request.querystring("workorder")%>"
should have been
...value="<%= request.querystring("workorder") %>"
Thanks for the replies, I'm still learning!
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
Both are correct; here's another even...
Assuming you are assigning the expression to a query field, and based on your first successful expression, try the following:
Trim(Mid([Editorial],InStr(1,[Editorial]," 19")+1,InStr(InStr(1,[Editorial],"...
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.