I am using a data bound DataGrid and I need to validate the data that is input into the datagrid. How can I make the datagrid use the same data properties as the database is using. (I am using Access 97). What I mean is if the database allows only numbers in a particular field how can I make...
I am using a datagrid MSFlexGrid on a form. the FlexGrid displays several columns including a column that takes the "last update" date directly from the Access database's properties:
Me.msflexGrid.TextMatrix(irow, 3) = .TableDefs(i).LastUpdated
when I make changes to the database...
I need help with the Syntax for "GroupSortFields" Below is my code. I get an error: "Invalid Field name"
the name is not invalid. The same name is used and works with the Sortfields option. When I comment out the Sortfields option and just use >groupsortfields, I get the...
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.