Welcome guest. Before posting on our computer help forum, you must register. Click here it's easy and free.

Author Topic: Access Database  (Read 4772 times)

0 Members and 1 Guest are viewing this topic.

eliz

  • Guest
Access Database
« on: June 23, 2005, 02:02:28 PM »
I have added a text box on a form that performs a calculation. Is there code that would allow me to save the results in a table?

Any help would be appreciated.

Sidewinder



    Guru

    Thanked: 139
  • Experience: Familiar
  • OS: Windows 10
Re: Access Database
« Reply #1 on: June 23, 2005, 03:00:03 PM »
You will need a SQL INSERT statement or a SQL UPDATE statement.

Check out:

http://www.1keydata.com/sql/sqlinsert.html

http://www.1keydata.com/sql/sqlupdate.html

Hope this helps. 8)
The true sign of intelligence is not knowledge but imagination.

-- Albert Einstein