I have:
a mainform called fScoutTrees
a subform called qt2000Info subform7.
When a subform field Text9 Gets Focus I want to auto-go to
cmdAdd in fScoutrees
Using DOCMD.gotocontrol, I cant get it to find the control!!
Help
Just remember...they're only ones and zero's you're playing with.
Fred
I have a radio group 'frView' on a form that a user selects the conditon of a field he wishes to filter, displays the results in textfield 'txtViewName1' for the user to view.
The query then calls the results of 'txtViewName1'.
Codes for both the form and query follow.
Although I get the...
I have a radio group 'frView' on a form that a user selects the conditon of a field he wishes to filter, displays the results in textfield 'txtViewName1' for the user to view.
The query then calls the results of 'txtViewName1'.
Codes for both the form and query follow.
Although I get the...
AAAAACKK" says Bill the cat!
I need to get the balance of work days left in the current month but I can't even get the number of weekdays beween two hard coded dates. It just wants to return weeks.
<%
var1 = "5/10/2004"
var2 = "5/12/2004"
Response.Write("var1 to var2 is " &...
I have a data string inside a control that contains text as well as field data. I would like to format currency, % and dates within the string. It is as follows: =Sum([Expr1]) & " or " & ([text5]/[text6]) & " % " & "of Inventory has not moved since " &...
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.