Search results

  1. L

    custom toolbar

    Hi, I have created my own toolbar. How can I unhide my toolbar and hide the default toolbar ? I have search around in this forum and still not clear. So, any help will be appreciated. And how can I created an "on right click" to appear my own toolbar ? Thanks, Le
  2. L

    An easy combo box question

    See this hyperlink .. http://www.access-programmers.co.uk/forums/showthread.php?t=61414 Hope this will help Le
  3. L

    Form/subforms/adding values

    I don't know how to do this. I think you have to start a new thread on this but not sure... Le
  4. L

    Use "Gotopage" in subform

    Thanks. It works with the correction. Le
  5. L

    Use "Gotopage" in subform

    Hi, How to use "gotopage" in a subform? I have a main form and a subform. I want to click on a field "txtAbstractName" on the subform and it brings me to a second page of the main form. I have try : Private Sub txtAbstractName_Click() me.parent.gotopage 2 ' txtAbstractName is in the subform...
  6. L

    Multiple records

    Yes, Le
  7. L

    Multiple records

    I'am not sure what you want but if you want to present a vendor with all he's transactions. Then, created a main form and a subform which contain all transactions with a parent/child linkage "IDVendor". Hope this help. Le
  8. L

    Form/subforms/adding values

    In your unbounded text box the "Control Source" in the main form: =[sub form Name].Forms![text box name in the sub form] or another way to refere the right syntaxe is : go directly to the unbounded text box and then go to the " Control Source". Click on the three little point " ...". Click on...
  9. L

    Form/subforms/adding values

    If you want the total in the main form, then try this : 1) Refere all the values into the main form, i. e. created three unbounded text boxes which each one referes to the value of each values on the subform 2) Created an unbounded text box and add to the "Control Source" = txtbox1 + txtbox2...
  10. L

    Single to multiple users

    Thanks for the help. Le
  11. L

    Single to multiple users

    Thanks, where should get more information on Front / back end ? Le
  12. L

    Single to multiple users

    Hi, I need some advices. I have development a database which is a "single user". It means that I can only user in my PC. But now, if I want multiple users, what are the steps to do? Do I need some special tools ? I'am using the simple software Access 2000. Another question, should I develop my...
  13. L

    Goto new record on subform

    Thanks guys.. Le
  14. L

    Goto new record on subform

    Thanks, unfortunaly I got a message said that my subform is not open. So, how can I deal with this? Le
  15. L

    Goto new record on subform

    Hi, I have a main form and a subform which is unbound. I have also, a command button on the main form which when Click on it, it should goto an empty record on the subform. I have try DoCmd.GoToRecord , , acNewRec This didn't do the job. How do I do this? Any ideas? Thanks, Le
  16. L

    Problem filtering subform

    See attachment..
  17. L

    Problem filtering subform

    Well, I don't know this is the best way but try this, it works. Instead of using a Macro change for an option filter. Go to the event after Update, delete the macro and put this code : Private Sub CompanyNameFilters_AfterUpdate() Select Case Me.CompanyNameFilters...
  18. L

    Problem filtering subform

    Did you import the macro named " Alpha Buttons" in your Db ? Le
  19. L

    Help using query for record lookup?

    See this thread ... http://www.access-programmers.co.uk/forums/showthread.php?t=60207&highlight=search+form There is an example " Search Example 2000", maybe this help. Le
  20. L

    Problem Database

    Yet, I did that.
Back
Top Bottom