Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: JHDavis
  • Content: Threads
  • Order by date
  1. JHDavis

    ASP Logout and windows Authentication

    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!
  2. JHDavis

    Easy way to make table data read-only?

    Is there a simple way to make the table data read-only once entered, or do I need to delve into the security model? Thanks in advance, John
  3. JHDavis

    Populate a field through hyperlink

    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...
  4. JHDavis

    Populate a field through hyperlink

    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
  5. JHDavis

    Populate a field through hyperlink

    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
  6. JHDavis

    Replace a character with another in a text box

    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.
  7. JHDavis

    Open form in Access with web page...

    While Access is running, can I have a web page that when a button is clicked it will open the form in Access (not in the browser)?
  8. JHDavis

    Get value from next record displayed on current record

    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...
  9. JHDavis

    Action Query or SQL?

    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

Part and Inventory Search

Back
Top