Search results

  1. F

    then click one from listbox show fault info in textbox

    hi, i have list box and the source coming form Query. i want when i click on one in list box want it will show [faults] field in textbox from query the field [faults] is a memo can someone help me __________________ David
  2. F

    only show ones have have null value on a field

    only show one have have nothing value hello, i have a querie, haves jobs information in it and one field called "Date Finished Fixing" i want the querie to only show the ones with out dates put in so if they =nothing i don't no how to do it can someone help
  3. F

    hide a combo box

    hello, i'm trying to make the combo box hide after i choose one out of combo box, eg: i have in combo box 1,2,3,4,5,6 and when i choose 4 i want it to hide i have tried me.nameofcombobox.Visible = False but does not work because it has the Focus so i tried me.nameoftextbox.SetFocus...
  4. F

    list box open form new Record with the ID in

    Hello everyone, i have 2 tables, table one =client detials table two = job information both have field called ClientNumber in them and have Relationships i have a form with list box in it with ClientNumber(hidden), Surname, First name and i have a button and i want when i choose a name of list...
  5. F

    button to open form new record

    hello everyone, i have 2 tables have Relationships with each other and i have a form with a listbox and has the surnames from table1 in it i want a button to open the job information form on new record and i want it to have the client number in it all ready if i click on one...
  6. F

    need help to lock a field

    lock textbox if ticked NO on other field plz help I'm doing a project for Tafe and i have some yes no questions on my form and a text box next to each one for detials if the answer was no for tick box i want the text box not to be able to write in can someone help me plz ______________ David
Back
Top Bottom