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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

updating a blank field?

Status
Not open for further replies.

spastica

Programmer
Sep 27, 2002
72
GB
I am using ASP to update records in an Access database. If the db field has been previously populated, the update goes through without any glitches.

But, if the db field is blank/empty, and attempts are made to update it with a new value, it does not work.

I am not sure if this is an Access issue, but is it right to assume Access is glitchy when it comes to updating blank fields?
 
But, if the db field is blank/empty, and attempts are made to update it with a new value, it does not work.

I am not sure if this is an Access issue, but is it right to assume Access is glitchy when it comes to updating blank fields?


Probably not. Despite it's many shortcomings, Access seems to have no problem updating a formerly null/blank/empty field to something non-null/not blank/not-empty, at least in my experience.

I'd check your update logic. It sounds like something is saying,"take this field's data and replace it with this stuff", and if there is no "field data", it's choking.

JMH





If at first you don't succeed, skydiving probably isn't for you!
Another free Access forum:
More Access stuff at
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top