Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GRID: Append record in view, but cannot TABLEUPDATE()

Status
Not open for further replies.

bbq

ISP
Jan 16, 2003
4
US
I can edit the record in remote view and TABLEUPDATE() sucessfully.
However , when I try to append a record in remote view, and run TABLEUPDATE(), the system said "Field XXX does not accept null values". I am sure that I have entered the value. Why?

Thanks.
 
Are you sure that field is updateable in the view? Check the update tab in the view builder.
 
how are you adding the record?

insert into?
append blank?

are there any table rules? Attitude is Everything
 
I can update the existing records and TABLEUPDATE() sucessfully. But when I append record and run
TABLEUPDATE(), it said "Field XXX does not accept null values"
I use "Append Blank" and "Replace...with..."
Help me....pls.
 
I can update the existing records and TABLEUPDATE() sucessfully. But when I append record and run
TABLEUPDATE(), it said "Field XXX does not accept null values"
I use "Append Blank" and "Replace...with..."
Help me....pls.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top