Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations biv343 on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by hassanmfsa

  1. hassanmfsa

    How to update when some joined tables do not contain a record?

    Try this: when you SELECT Field1 for example try to use the following for each of the fields you're selecting. SELECT NZ(FIELD1,VALUE) Field1 is the field that is null. Value is the value you want to put instead of Null. Value must be of the same type of Field1. Regards, Hassan
  2. hassanmfsa

    Need Query results for current record only.

    For Mattborn, You need to leave the form open while opening the query.. Thank you.
  3. hassanmfsa

    Report templates?

    To complete what Mr. Michael said, when copy the text fields or any control field do not forget to change the control source for each field if it does not give the required value. Thank you.. Hassan
  4. hassanmfsa

    duplicating child record into another parent? need help

    Hi, Try this, 1. Create a textbox where you want the value to be duplicated. 2. Go to the properies of the textbox. Then: Press Data tab. 3. Notice the "Control Source". Press the side button "..." 4. Choose the Forms category.. Loaded Forms....Then the form that is open...
  5. hassanmfsa

    'no current record' error

    Actually, I think it means that you have no records at all to explore. So, either you you write in the table itself some records, or: You add a record through the form you have created. Just write the record and save it through the save button. Or: put a save button on the form itself: 1...

Part and Inventory Search

Back
Top