Search results

  1. M

    Linking two combo boxes

    Dear All, I have two tables and a form described below ( example only) Table A Housing_Complex_Name Alpha Bravo Charlie Table B House_name Housing_complex_Name Rooms Doors Windows Alpha01 Alpha 4 5 10 Alpha02...
  2. M

    front end database

    Dear forums, kindly need some suggestions, I have a mdb file that has been splitted into front end and the back end for multi user database purpose. front_end contains a form named INPUT that will be shared to the other team member by locating it on the network drive ( M: for example). I put the...
  3. M

    Multi User mdb

    Dear All, I have a mdb file, named by AA_DATA which I put it in the shared folder to enable another team member to access it. The mdb contains form named AA_INPUT to input data to table named AA_TABLE and I created a shortcut ( on the same folder with the mdb) from AA_INPUT so user can directly...
  4. M

    Text box remains blank

    Hi All, I have a form with several text boxes. In a textbox, named it by "current user" I typed = CurrentUser() in Default Value tabs so I hope the text box will show the user who is using the form, but when I switch the view into Form View, the text box remains blank ( didnt show any value...
  5. M

    Show User ID Automatically

    Hi All, I have developed a simple MS Access application (many thanks for the assistance from this forum) and the application will be used by another member of my team work. PC's of Team members are connected each other by server. We have shared folder to storing or exchanging files, everyone can...
  6. M

    Prevent mouse scrolling

    Dear All, How do I prevent the mouse wheel from scrolling through records in an Access form? Kindly need your help
  7. M

    grouping two tables which have different number of data

    Hi All, I have two tables Table A EmpID EmpName 001 Will 002 Jack 003 Emma 004 Greg Table B EmpName EmpHobby Will Sport Jack Reading I wanna join the two table by using...
  8. M

    Query to get max date

    Hello everyone, I have tables containing the data ( Personal Role) below EmpID EmpName Date Title 000123 Mark 02-Jun-2005 Engineer 000234 Mark 03-Jul-2006 Team Manager 000456...
  9. M

    Save data on form to table

    Hi, I am an beginner access user, I have two table, they are AA table which has two field ( ex. Costumer ID and Costumer Name ), both displayed on a form called Costumer Form, costumer ID is displayed on a combo box, and costumer name on a text box. So when costumer ID combo box updated, the...
Back
Top Bottom