I am tring to put a order by button that allows the user to order the records in a continous form by clicking on the button while they are on the field that they want to order the records by
My form has records source as a query(name query2) as follows
SELECT EMPCODE, FORMNUMBER, PROJECT
FROM...
How do you group by two columns and print a totals when
either of the column value changes. The problem I am having is that if declare a footer to sum the totals for each of the column when both change at the same time then line appears with the totals. I only want one sum.
I am trying to allow updates on tables through the form
only.I set the tables permissions to read only and I am tring to programmatically set the record source of the
form with update,delete and addition privilegdes on the table.However when I run the form the I am not able to do anything. I am...
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.