Search results

  1. V

    Sum fields depending on date

    This question needs an expert... I think! On a form. Three different orders.. Prestudy, Fixed Price and Reimbursable. POrder ($ for Prestudy) PDate (date for expected order) FOrder - FDate ROrder - RDate Ok. now the question. I want to create a report that sums POrder, FOrder and ROrder...
  2. V

    Find Contact or company in form

    Hi! I have a contact form with ContactID, FirstName, LastName, CompanyID, CompanyName etc.. I want to make another form where i can find the specific record in the contactform with either ContactName (LastName, FirstName) or by company.. How do I do that? Vegard
  3. V

    Create a report based on quarters and months

    Hi! I have never created a report so I need as much help as possible. I have an ordrefrm with company, date and cash that I want to create a report from. Let's say a user want to see all the orders from Q2 or from a specific month, how do I do that? Vegard
  4. V

    adding value from one form to another

    I'm sure there is a really easy answer to my question.. I don't seem to get it right though... I have to forms based on to different tables.. This is the most important part of my forms: Contact: ContactID, LastName, Firstname, CompanyID (lookup to a different table) Prospect: ContactID...
  5. V

    new contact in 2 cascading combo boxes?

    Hi! I have a really big prob! I need to create two cascading combo boxes where the users must have the opportunity to add new records both combo boxes. These are the two tables the combo boxes use. tblCompany CompanyID CompanyName tblAsset AssetID AssetName CompanyID Please help, I have...
Back
Top Bottom