Search results

  1. N

    addition of values in two unbound textboxes and assigning to a bound textbox

    Hi am not sure of what it exactly mean. can you tell me bit clear Thank you
  2. N

    addition of values in two unbound textboxes and assigning to a bound textbox

    hello guys i have values in two unbound textboxes and now i would like to assign the sum to a bound textbox. Also need AfterUpdate event too. Can any expert help? Thank you
  3. N

    New Record on saving

    Thank you Ghudson its working Cheers
  4. N

    New Record on saving

    Hello guys I have one small quick question. How can get blank or new record after saving Cheers
  5. N

    Move next field in case of Combo box

    Hello guys First of all am sorry Mr. Ruralguy for that. Now my question is i have Combo Box and i want to SetFocus OnEnter event to move to next field. Please help me how to do this Thank you
  6. N

    moving to next field

    No Mr Ruralguy How to put? Can u help me?
  7. N

    moving to next field

    Hello Guys am unable to SetFocus to next field in form after choosing data from a Combo Box field How to solve it? Thank you
  8. N

    Date validation in pop up form

    Hello guys I had developed report which, pop up form and i have StartDate and EndDate in form the MiniCalendar is use to input date in these. Now i want to validate both dates StartDate should noot be Null EndDate should not be Null and less than StartDate I searched for similar information...
  9. N

    Date validation in pop up box of form

    Hi guys i had developed report which, pops up form to pass on info to generate report. in that pop up box i have StartDate and EndDate. The start date should not be Null The end date should not be Null and greater than start date. otherwise through message. Can anyone help me Thank you
  10. N

    Confused, may look silly asking this

    hey guys I want to creat something like 1. list of all countries, with one Bogus "All" representing all countries 2. When i select a Country from drop down list, i should get list of States in that Country. Again with one Bogus "All" representing all States in that Country 3. When i select a...
  11. N

    how to prepare 'user level security'

    Hello guys i want to prepare User level security for accessing database/tables/fors and reports. So can anyone have step wise procedure? I am using wizard, but am not able to set up. Thank very much:)
  12. N

    Log-in user information text box is not passing into table

    Hello experts good morning. here comes my doubt. i use =CurrentUser() in text box of form. but when am testing, the user name is not there in database. i am using Access 2003 and Access security. Can anyone tell how to resolve this Thanks you:)
  13. N

    How to develope query using other queries?

    I had prepared three queries SELECT DepartmentID, DepartmentName FROM Departments UNION Select Null as AllChoice , "All Departments" as Bogus From Departments ORDER BY DepartmentID; --- From Departments table SELECT DepartmentID, EmployeeName FROM Employees UNION Select Null as AllChoice ...
  14. N

    Getting "All" or individual records in a combo box in form

    Hello guys please anyone can help me? regards
  15. N

    How to Log-in User name into text box

    Hello Gudson Thanks lot for that help. However, can u please tell me, how exactly to do?. Do u mean, build in that function in User log-in text box? Regards
  16. N

    How to Log-in User name into text box

    Hello Ghudson am using access workgroup security
  17. N

    How to Log-in User name into text box

    Hello guys How can i get the Log-in User name into text box in a form Thank you
  18. N

    Command button wizard

    In properties of command button is "Display when" is "Always"?
  19. N

    Go To Record

    send ur database file.
  20. N

    Getting "All" or individual records in a combo box in form

    Thank you for that clue. Now i prepared three queries From Departments table, i had prepared Union query - SELECT DepartmentID, DepartmentName FROM Departments UNION Select Null as AllChoice , "All Departments" as Bogus From Departments ORDER BY DepartmentID; From Employees table, i had...
Back
Top Bottom