Search results

  1. A

    Q about subforms & dates

    hello... i hope all of you fine =) ihave small q if i have a subform and i want to disable some controls in the mainform acording to the value of a control in the sub form >> how can i access the main form control ?? i try many lines in the after update events but i get a msg that the...
  2. A

    open a form of other table for editing

    hello all, i have a form that is not related to any table its act like a main screen so i can use it to add new records and edit for all the other forms in my code i have a button that goes to a form and open a new recored if no one existed .. if its exist open the form for edit text39 is were...
  3. A

    chosing the right event !

    hello guys i wanna write a code for the following condition if the uesr keep txtboxA empty then txtboxB must equal 4 i tried this code in the afterupdate event <<i think its a wrong place :confused: If CtltxtboxA.Text = "" Then CtltxtboxB.Text= 4 end if ============= also this one...
  4. A

    Getting values from the table or other forms

    hi , i hope you're fine.. & i hope you can help me here is my small issue : i have many forms for one table in some forms i need the value of a control in other forms or i need the value from the table for the current record i want a value of some field called "family type" its type text...
  5. A

    changing width properties

    hello all i have two Qs 1- i want to change a width of a single field what happen is when i change the width for one field all the other fields are resized ? 2- in some forms i cant see all the window, a white area block it so i have to use the down arrow to display it how can i see all...
  6. A

    how to check if a recored exists

    hello all :) i have a form that contain a field that the user will fill it with an id then he will click a bottun i want to do folowing on the click event: check that the id enterd by the user is already exists or no 1- that means i want to make a search for the given id or if you have...
  7. A

    about validation rules

    hello everybody i want to have more than one validation rule to my table how can i do that? (should i sepreate them by "and") other ques. how can i write the following expression as a validation rule for my table: if i enter 1 in field1 then, field2 must be 3 otherwise it must be 1...
  8. A

    delete records from multiple tables

    hi i'm trying to delete records from multible tables i have 5 tables ITEM,CATEGORY,PICTURE,VIDEO,AUDIO every item has a picture and vedio & audio and the item has a category in my app i take the category name and delete it with all its items & vedios &pictures & audios (note : there is no...
Back
Top Bottom