You would have to wait another 14 hours ChrisI guess it will be 9:00AM somewhere tomorrow.![]()
You could check your outbox and post some bits from what you posted to Allan.Ok, It wont be til tomorrow. But I will get that posted around 9am. Thanks for all your help os far. Hopefully tomorrow we can figure this mess out.
Haha! It's a few minutes past already so if you're lucky it would be another 24 hours (minus the few minutes) before JDeezy gets it to you (if he/she is in Australia)I’m already at 9:00AM tomorrow; so where’s the data?![]()
I see you've been doing some googling Chris hehe! Or did you write some quick VBScript to get the closest matching GMT to 5.00 p.m.?I think it’s around Houston time (GMT-6) because the OP was leaving work at 5:00 PM Thursday and would be posting at 9:00AM the following day.
So I was at Friday 9:00AM and that is tomorrow 9:00AM (GMT-6).![]()
By the way JDeezy, I've just noticed that you have one less field than what it was coded for. It was coded for 5 fields, not 4. Notice the 5s in the code as well? Also the number of characters that identifies each ID is 4, but you mentioned 5Function SetFieldVal(fieldID As String)
Select Case fieldID
Case "PC01"
'-- Name Field
fieldName = "NameField"
fieldLen = 95
Case "FI01"
'-- Address field
fieldName = "AddressField"
fieldLen = 23
Case "NM01"
'-- Shipping Address
fieldName = "ShippAddField"
fieldLen = 70
Case "PR01"
'-- Bankruptcy Info
fieldName = "BankField"
fieldLen = 168
Case Else
'-- Unknown field identity
fieldName = ""
fieldLen = 0
End Select
End Function