Admittedly a newbie... built my access db and corresponding form yet i cannot
submit the form to the db? At wits end...
I get the following message "the form does not contain any new data to
submit to the data source"
I can submit forms via email without connecting to a db... so i am wondering
what's going on? Any clues...
Did you bind your form to the db? And did you add a new row before trying to
submit the form? If you try to submit a form of which the data has not been
changed (additions, updates, deletions), you'll get the message you got.
---
S.Y.M. Wong-A-Ton
> Admittedly a newbie... built my access db and corresponding form yet i cannot
> submit the form to the db? At wits end...
[quoted text clipped - 4 lines]
> I can submit forms via email without connecting to a db... so i am wondering
> what's going on? Any clues...