I have a form that has 10 field on it.
10 text boxes. Fields1 thru Field7 are standard text that the user enters. Fields8 and Fields9 are numeric values that the user enters. Field10 is calculated using a math formula that uses the previous 9 fields to get its results.
The form is...
Here is a sample of my query:
SELECT [Forms]![Form1]![EmployeeID] AS Expr1, [Forms]![Form1]![LastName] AS Expr2, [Forms]![Form1]![FirstName] AS Expr3, [Forms]![Form1]![Calculated_Name] AS Expr4, [Forms]![Form1]![Text14] AS Expr5
FROM Employees;
I have issue where access 2k shows chekbox when trying to display calculated fields from a open form. I run the same query in access 97 and the query behaves corectly.
If if use one of the functions like cint or str the data appears correctly in access 2k other than that I get a check box in...
I have a unbound form that contains 6 fields on it. For example:
Field1 + Field2 = Field3
Field4 + Field5 = Field6
10 + 10 = 20
20 + 30 = 30
The form displays fine. I have a query that uses the calculated fields of field3 and field6. When I run the access query in Access 2k I get check...
I have installed Terminal server on a my new hardware. Has anyone encountered any problems with metaframe and IE 4.0? I have not been able to successfully install and run IE 4.0 on with the Citrix metaframe software.<br>
<br>
<br>
Thanks<br>
Emarque
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.