Author Topic: AICT may/june 2010 paper 2  (Read 1333 times)

Offline blackberry

  • SF Immigrant
  • **
  • Posts: 65
  • Reputation: 734
AICT may/june 2010 paper 2
« on: November 26, 2010, 07:21:21 am »
Can someone please tell me how to solve the 9th question???!!!

thanxx in advance!!
You gotzz to cheel!!!! tuh-may-toez and un-yunz!!!
:)

Offline Monopoly

  • SF Immigrant
  • **
  • Posts: 59
  • Reputation: 775
Re: AICT may/june 2010 paper 2
« Reply #1 on: November 26, 2010, 08:09:46 am »
u can export the data in excel then use mid or left function to extract the codeand print after all the points asked in the question are done.

or

in access perform a query using the JXCust table. In the design view, on a black column, enter in the following format:
fieldname: Mid([CustomerID],1,1)
or
fieldname: Left([CustomerID],1)

this will seperate the customer types and then create a report basing on this query.

Hope it helps.

Offline blackberry

  • SF Immigrant
  • **
  • Posts: 65
  • Reputation: 734
Re: AICT may/june 2010 paper 2
« Reply #2 on: November 26, 2010, 08:54:49 am »
u can export the data in excel then use mid or left function to extract the codeand print after all the points asked in the question are done.

or

in access perform a query using the JXCust table. In the design view, on a black column, enter in the following format:
fieldname: Mid([CustomerID],1,1)
or
fieldname: Left([CustomerID],1)

this will seperate the customer types and then create a report basing on this query.

Hope it helps.
thanxxxx dewd!!!!
You gotzz to cheel!!!! tuh-may-toez and un-yunz!!!
:)