I want to make a field that displays the result of a query that goes by what is displayed in another field.
For example:
-------
Employee ID: 7775
Name: what is displayed by this query: SELECT employeeName from tblEmployees WHERE employeeID = 7775
-------
And if you change the value in...
I'm trying to export a set of data using ASP/VBscript into a CSV file so that it can be read as a spreadsheet in Excel. The problem is that some of the fields themselves (it's being created by a loop that goes through a set of data retrieved from a database) have commas in them, so they are read...
I want users to be able to only add a new entry using a form, not edit current ones -- but I still want them to be able to scroll through the current entries. Is there a way I can do this? Some kind of expression that says something like "this field is locked unless blah blah blah" ...
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.