I have a MsAccess XP application that I am revising. There is a memo field that contains text messages. I am trying to split out several pieces of the text and use them to update the corresponding data fields. the text string looks different depending on the individual who entered it.
eg:
Purchased 3/19/06
purchased bulk buy 3/20/06
Purchased
bulk buy $4000 3/19/06
$4230 bulk buy
bulk buy 1/10/06 $4700
As you can see the data is jumbled. I have written an update qry to mark a new field "Status" as Purchased for those items marked as such or bulk buy. The default is consigned. I need to find a way to strip the cost info out and place that in a new field "InvoiceAmt" so that the Dollar amount of owned inventory can be determined. The original app had no way to change the default status or cost @ the time of data entry.
Thanks for any help
eg:
Purchased 3/19/06
purchased bulk buy 3/20/06
Purchased
bulk buy $4000 3/19/06
$4230 bulk buy
bulk buy 1/10/06 $4700
As you can see the data is jumbled. I have written an update qry to mark a new field "Status" as Purchased for those items marked as such or bulk buy. The default is consigned. I need to find a way to strip the cost info out and place that in a new field "InvoiceAmt" so that the Dollar amount of owned inventory can be determined. The original app had no way to change the default status or cost @ the time of data entry.
Thanks for any help