Search results

  1. D

    one to many

    Colin maybe u got me wrong in main table there is name sirname and address current of employee but in futer lets say the address of this employee changed so i am using second table now to fill...and in futer also maybe 3rd time changing address , so again second table adding records, its just...
  2. D

    1 Command Button 2 actions

    Thanks McAbney:)
  3. D

    one to many

    Yes i am changing address in main form, what im thinking is to list more changing addresses by date in the Main form Under ONE Employee Name
  4. D

    1 Command Button 2 actions

    In a Form i have a Command Button where with it i want to Load and Unload a Subform, and each time i Click its caption changes, to Load or Unload. shall i do 2 command buttons and play with visible property?....like 2 command buttons on top of each other when one is clicked its visible property...
  5. D

    one to many

    I have a Main Table recording Employee Info Fields lets say: Name, Sirname,Address, ChangeDateID i have second table to track changing address fields lets say: ChangeDateID, changeDate, AddressChange i created a subform of second table. i created a Main form with RecordSource the Main...
Back
Top Bottom