Recent content by guo84

  1. G

    disable button when opening form with macro

    Hi to all.. :) Form A got 2 buttons. Add and delete. I can open form A in 2 ways, add mode or edit mode. when I want to open form A in edit mode, the delete button is disabled. Can someone help me with it? Thanks a million.
  2. G

    Checkbox help!

    :rolleyes: :rolleyes: Hi to all I got 2 checkbox. checkbox A checkbox B When I check on checkbox A, checkBox B is also checked. can this be done? Please help and thanks a lot.
  3. G

    Urgent help on combo Box!

    :o :o Hi to all. I got 2 ComboBox here.. ComboBox 1: DT ComboBox 2: DT01 DT02 Can this be done? when I select DT, it will show DT01 and DT02 when I select BO, it will show BO01 and BO02 I know during on_change event must write some code. Friends please help!
  4. G

    Please help!

    Thanks Thanks for the immediate reply. actually the customertype is a textbox. there will be a next button to check if the customertype is a new type e.g b123. a new form will be opened. I have problems with my coding.
  5. G

    Based on this checksheet how to create a table?

    Below is my attachment file. ٱ - checkbox spec 1 is not a record. when u are adding a new checklist, the format should be like that. But i duNNo how to create table based on this. tablename -create -view -update -no update -remarks but for spec 1 do i need to create another table?
  6. G

    Please help!

    My problem is I got a table call NewPackage. NewPackage -CustomerType (A123) -CustomerName -AssemblyType -Package -LeadForm This Package form has a next button. My problem is on the coding part. How to check whether if it not an existing customer type den it will go to another form.
  7. G

    Please help!

    undefined I got a problem. I got a table call NewPackage. NewPackage -CustomerType -CustomerName -AssemblyType -Package -LeadForm This Package form has a next button. This button will go to the table check if it is a new CustomerType then it will open Customer Form. Also if it is a new...
Back
Top Bottom