View Single Post
  #2  
Old January 27th, 2010, 03:04 AM posted to microsoft.public.access.tablesdbdesign
John W. Vinson
external usenet poster
 
Posts: 18,261
Default Linking Command Buttons

On Tue, 26 Jan 2010 18:39:01 -0800, Anthony P
wrote:

I am trying to make a command button link to a table. It is involving
aircraft writeups. On one page, I have an area where a writeup is listed.
On the same page, I have the "Addtional Writeups" button. How do I get that
button to link to another table where a person can either enter additional
writeups or view the additional writeups?


Data isn't stored in "pages" or on "forms"... and it's not at all clear how
your tables and forms are set up. Where do you store a "writeup"? Is the user
working directly in a table (OUCH!!!) or properly in a Form? Could you be
wanting a Form for the main writeup with a Subform for additional writeups?
What exactly is a "writeup" anyway, and how does a "writeup" differ from an
"additional writeup"?
--

John W. Vinson [MVP]