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

Insert into table -- Need help

Status
Not open for further replies.

giahan

Programmer
Sep 1, 2000
139
US
Hi,
I am a new access user. I have to update a table daily. Here is my description:
mytable has fields(Today, item, rentDate, returnDate, rentedBy)

item in the table is not static, it can be varied daily (I have to insert or delete item depending on if available)

Here is example how mytable works

Today item rentDate returnDate rentedBy
9/22/00 item1 9/22/00 9/23/00 abc
9/22/00 item2

9/23/00 item3 (item3 inserted by me manually)
9/23/00 item2 (item2 inserted automatically b/c no one rented it on 9/22/00)

9/24/00 item1
9/24/00 item2
9/24/00 item3

*note: the content in () just for explanation, not in the table physically.

Does anyone have any idea that what I need to do?
I really appreciate.
GH


[sig][/sig]
 
I solved my problem [sig]<p>GH ((-:<br><a href=mailto:giahan@hotmail.com>giahan@hotmail.com</a><br>(-:[/sig]
 
Ok <grin> tell us how you did it then! LOL [sig]<p>Mike<br><a href=mailto:michael.j.lacey@ntlworld.com>michael.j.lacey@ntlworld.com</a><br><a href= Cargill's Corporate Web Site</a><br>Making mistakes, so you don't have to. &lt;grin&gt;[/sig]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top