Search results

  1. Q

    Text box

    Hi guys, How do i link multi text boxes. I have 1 text box with a height of say 720, on text box #2 I type in a size say 120 in another text box will say whats left e.g 600. then when i click to the next box #3 and enter say 200 the box that said 600 changes to 400. and so on.
  2. Q

    3 Cascading Combo Boxes

    Hi jdraw and Simon MT. Thank you so much for your help.You guys Rock!!!
  3. Q

    3 Cascading Combo Boxes

    Hi guys any idea how to cascade 3 combo boxes. I know how to do two but just cant get three to work. What I'd like to achieve is first combo box=country, second combo box=city, third combo box=Hotel. Thank you
  4. Q

    Delete Table Data on Exit

    Thank you PNGBill. For your help. I have found another way on a diffrent forum which has worked for me. Create a form that opens as hidden when your database is opened Then in that form's UNLOAD event use Dim strSQL As String strSQL = "Delete * From YourTableNameHere" CurrentDB.Execute...
  5. Q

    Question Base Combo Box on Parameter Query to Filter Values

    Hi John Big Booty. Thank you very much for your help. We are working on it.
  6. Q

    Delete Table Data on Exit

    Hi all, This might be a silly question but is there anotherway to delete the data in a table after I exit a form. I have already tried to run this code (Docmd.DeleteObject acTable, "My Table Name") in the close event. Unfortunately it comes up with runtime error 3211 (the database engine could...
  7. Q

    Question Base Combo Box on Parameter Query to Filter Values

    Thanks for your help. But what we would like to achieve is that its not pulling up preconfigured values based on 422. Its more like adjusting the combo box so it only shows the numbers which are less what I type in the text box.
  8. Q

    Question Base Combo Box on Parameter Query to Filter Values

    Hi all. I am working on a Database at the moment but I have issues with filtering a combo box from a text box. What I have in mind is. I have one txt box which states a number e.g. (422). And I have a combo box which has a list of 270,300,350,400,450,500,550 and 600. How do I make the...
Back
Top Bottom