hi i have a problem i have a report is grouped by field (department)
in the report department 3 become before department 2
i need to sort the grouped field as i want to apear department 1 then department 2......thanks
table user fields is userid, username, pass, usertype and i put my code in login button of login form and i use select case
case is txtusername = "ess" then forms. application. allow edits= false
forms. application. allow additions =false
end select
hi everyone i have a table user contain iduser, username, pass, usertype and i need to make security level for'data entry' users that not allowed to open tables or some forms i have tried select case in'login form'and didnt work
how can i make field(txt1) in form a =field (txt2) in form b i have tried in module public function [forms]![form a]![txt1]=[forms]![form b]![txt2] thank you :p