update records

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I need to know how to update or finish certain records in a database. For
example, A record may start on one date and end on another. Is it possible
to go to selected dates to fill in the end date. I can do this easily with a
query, but I need a list box on the main form showing only the records that
do not have an end date.
 
base your listbox on a query that pulls only records where the end date is
null.

hth
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top