G
Guest
Hi, I have a SQL 2000 database which use access database as frontend. In the
sql 2000 db, there are two tables, one is clientinfo table, which contains
clientname and clientadd column and the other is orderinfo table which
contains clientname and orderdate column. I have four questions: 1). How
can I do so that the orderdate could be defaulted to current date? 2). What
should I do so that I could use a drop down box in orderinfo table to
retrieve the clientname in clientinfo table when I am entering client order
information.
sql 2000 db, there are two tables, one is clientinfo table, which contains
clientname and clientadd column and the other is orderinfo table which
contains clientname and orderdate column. I have four questions: 1). How
can I do so that the orderdate could be defaulted to current date? 2). What
should I do so that I could use a drop down box in orderinfo table to
retrieve the clientname in clientinfo table when I am entering client order
information.