Simple Form/Query question

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

Guest

Hi,

I want to execute a query that finds all the software information for a
particular client and use a form to display the results to the user. If a
client returns no matches I want to be able to enter in new software for that
client on the same form.

Access isn't letting me do this. Do I have to make a seperate form for
adding new records?
 
I want to execute a query that finds all the software information for a
particular client and use a form to display the results to the user. If a
client returns no matches I want to be able to enter in new software for that
client on the same form.

The simplest way I can think of for this would be to use a Form based
on the client table, and a Subform based on the client-software table.

John W. Vinson[MVP]
(no longer chatting for now)
 
Back
Top