Hi,
I have the following array and embedded structure :
<pre>
<cfscript>
changedPracticeAreas = arrayNew(1);
</cfscript>
<cfloop from="1" to="#ArrayLen(SortedPA)#" index="Item">
<cfset changedPracticeAreas[Item] = structNew()>
<cfset...
Hi,
I am having trouble assigning the current user to a control. I am using access front end and sql backend.
I want to have a control do something based on who the user is. In access I can use currentuser(). This usually gives me Admin. I can also insert the current sql server user into a...
Hi,
I was wondering if anyone knew how I could set up security so that it would record in a table the name of the user making changes.
I have an access front end and a sql server backend.
Hi Everyone,
I have a subform in a form and I have linked the child and master fields with the same field. Now what I want to do is reference the child field in a SQL query
i.e. SELECT * From students where students.familyid = subform.familyid but I can't seemt to get the system to do it.
I...
I have two tables each of the same format. I need them to be sseparate as they deal with forms at different stages of their life cycle. <br><br>Now I want to be able to move data from one table to another<br><br>Any ideas??
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.