Rabu, 28 Agustus 2013

Re: [MS_AccessPros] Re: Error 3163 when customer number is 01246

 

Glad you got it sorted out, Doyce.

Bill

----- Original Message -----
From: "dnwinberry" <winberry.doyce@roadsysinc.com>
To: "MS Access Professionals" <MS_Access_Professionals@yahoogroups.com>
Sent: Wednesday, August 28, 2013 5:38:15 AM
Subject: [MS_AccessPros] Re: Error 3163 when customer number is 01246

Bill,

Found it. It wasn't the Cust field, it was the ShipTo1 field. It was 36 characters and I was trying to insert 37 characters. Your comments about the CustPO got me to thinking that since I knew the Cust field was OK, I needed to check the other field sizes and what I was trying to insert. Thanks for your help!!

Doyce

--- In MS_Access_Professionals@yahoogroups.com , wrmosca@... wrote:
>
> Sorry about the direct reply. Something is wrong with the settings. I'll try changing the posting settings.
>
>
> But I meant the Cust, not the CustPO.
>
>
> Bill
>
> ----- Original Message -----
> From: "dnwinberry" <winberry.doyce@...>
> To: "MS Access Professionals" < MS_Access_Professionals@yahoogroups.com >
> Sent: Tuesday, August 27, 2013 2:49:10 PM
> Subject: [MS_AccessPros] Re: Error 3163 when customer number is 01246
>
>
>
>
>
>
> Bill,
>
> Your reply:
> "Doyce
>
> The error is telling you that rstInvoiceHeader!CustPO is too small. Open up the table in design view and check its size.
>
> Bill
> PS: hope this goes through this time."
> came my email. However, the CustPONo is text and 30 characters. My PO Number was only 10 characters. I think it has something to do with the Customer number but I'll work on it more tomorrow. I guess I can comment out the CustPONo and try it though.
> Thanks,
> Doyce
>
> --- In MS_Access_Professionals@yahoogroups.com , "dnwinberry" <winberry.doyce@> wrote:
> >
> > Hey friends,
> > I have a procedure that updates some records in a table it runs fine if the customer number from a combo box is "CNF" but if it is like "01246" I get Error 3163 (the field is too small to accept the amount of data you attempted to add.) The field type is text. Here is the code:
> > 'Open Manual Invoice Header Table and add record
> > 'Dim strMessage As String
> > Dim dbsManualInvoiceHeader As Database
> > Dim rstInvoiceHeader As DAO.Recordset
> > Set dbsManualInvoiceHeader = CurrentDb
> > Set rstInvoiceHeader = dbsManualInvoiceHeader.OpenRecordset("Manual_Invoice_Header")
> > rstInvoiceHeader.AddNew
> > rstInvoiceHeader!Invoice = Me.txtInvoiceNo
> > rstInvoiceHeader!Cust = Me.cboCust
> > rstInvoiceHeader![Invoice Date] = Date
> > rstInvoiceHeader!CustPO = Me.txtCustPO
> > rstInvoiceHeader!Terms = "01"
> > rstInvoiceHeader!ShipTo1 = Me.txtCustName
> > rstInvoiceHeader.Update
> >
> > What can I do to make it accept customer 01246?
> >
> > Doyce
> >
>
>
>
>
> [Non-text portions of this message have been removed]
>

[Non-text portions of this message have been removed]

__._,_.___
Reply via web post Reply to sender Reply to group Start a New Topic Messages in this topic (5)
Recent Activity:
.

__,_._,___

Tidak ada komentar:

Posting Komentar