Search results

  1. P

    Problem with query expression

    Hello all, I have ran into a bit of a problem with a database of mine that is for an architectural firm.I have 3 tables in total.They all have a relationship between them and the main table is ERGO.This table has general info about the work that the company has undertaken on behalf of the client...
  2. P

    Combo Box based on 2 columns

    Hello everyone, I have a combo box on a form tha displays information based on 2 columns from a table.What I want the combo to do is to allow the user to select the row he wants and for the field that is bound to the combo box to store the outcome of collumn1 + collumn2 (string values). Is this...
  3. P

    Combo Box based on 2 columns

    Hello everyone, I have a combo box on a form tha displays information based on 2 columns from a table.What I want the combo to do is to allow the user to select the row he wants and for the field that is bound to the combo box to store the outcome of collumn1 + collumn2 (string values). Is this...
  4. P

    Problem with text box calculation

    Hi all, I have a form tha is based on a table and a subfrom on another.The two tables have a valid 1 to many relationship and all is well record viewing wise. Now I have some financial data like the fee that was agreed upon on the main form on a text box .On the subform the user can enter the...
  5. P

    Button to open Windows Explorer window

    Hello everybody, it's been a while since i wrote on the forums and yet again I am in the need to ask for the help of this wonderful community. I have a form on which is a button that I want when pressed to open a Windows Explorer window displaying the contents of a directory. The exact way that...
  6. P

    Eabling Disabling menus etc

    Hello i would like to ask if there is any way for me to enable the menus , the menu bar and the database window if i disable them from the startup options of my Db ?
  7. P

    Cascading Combos with subform problem

    Hello to all ! I have this db where i wantto include 4 and if possible 5 cascading combos where the user can select records from a table and view them in a subform which is in datasheet view. All is going well until i try to add the 4th combo.Then when i select the 4th combos selection the...
  8. P

    Changing form size according to screen resolution

    Hello this is my first post in the definetely best Access & VBA forum on the net and i hope i am in the correct forum to ask this. I would like to know if there is any way in access to change the size of the for my users view according to their screen's resolution. E.g. i am creting the form...
  9. P

    trying to pass the sum of two other text boxes to a field

    Hi everyone this is my first post here so please don't throw any chairs at me. Here's the thing I have a form which has two text boxes whose sum I want to pass on to a third text box but update the value on the table field it is connected to. I hope I made my self clear. Thanx for your help in...
Back
Top Bottom