Mile-O Back once again... Local time Today, 10:22 Joined Dec 10, 2002 Messages 11,316 Nov 20, 2003 #21 Couple of removals - don't need the boolean variable anymore... Attachments dbcodes.zip dbcodes.zip 41.2 KB · Views: 147
B BoroLee Registered User. Local time Today, 10:22 Joined Aug 30, 2000 Messages 90 Nov 21, 2003 #22 Thank you for your help. That works great now.
Mile-O Back once again... Local time Today, 10:22 Joined Dec 10, 2002 Messages 11,316 Nov 21, 2003 #23 No probs!
B BoroLee Registered User. Local time Today, 10:22 Joined Aug 30, 2000 Messages 90 Nov 24, 2003 #24 Mile, Can u help??? The person entering the data has just informed me that they have reached the 10th perosn whose name beings with W. That works OK. However, when they enter an 11th, it still gives W10 as a refernce. Any idea's???? Thanks,
Mile, Can u help??? The person entering the data has just informed me that they have reached the 10th perosn whose name beings with W. That works OK. However, when they enter an 11th, it still gives W10 as a refernce. Any idea's???? Thanks,
Mile-O Back once again... Local time Today, 10:22 Joined Dec 10, 2002 Messages 11,316 Nov 24, 2003 #25 In the query, change the expression for the Code field to: Code: CLng(Mid([CardID],2)) rather than Code: Mid([CardID],2)
In the query, change the expression for the Code field to: Code: CLng(Mid([CardID],2)) rather than Code: Mid([CardID],2)
B BoroLee Registered User. Local time Today, 10:22 Joined Aug 30, 2000 Messages 90 Nov 24, 2003 #26 Thanks again