Moving text automatically? (1 Viewer)

GBeck

Registered User.
Local time
Yesterday, 20:28
Joined
Jan 31, 2006
Messages
12
I have five text boxes with a separate box for the date that automatically inserts when I enter something in the text box. Is it possible to have it set up to only allow me to enter information in the first box and at a later date when I enter more info in, automatically move everything down to the next box, and so fourth.
Sorry if this is in the wrong section, but I am not sure if this is something simple in the box properties, or if I need code.

thanks
 

Fuga

Registered User.
Local time
Today, 02:28
Joined
Feb 28, 2002
Messages
566
I may be off base here, but it seems to me that you should look over your data structure.

Do you really want the text to be in different fields?


Fuga.
 

The_Doc_Man

Immoderate Moderator
Staff member
Local time
Yesterday, 19:28
Joined
Feb 28, 2001
Messages
27,520
If you want your posts to "push down" then what you really want is some sort of parent-child table.

Parent has the master record including a record number.

Child links to parent by master record number.

Form is a main/sub form in which the parent data is on the main form. Child data is in a subform. Dates are in the CHILD table, sort is by DESCENDING date. Limit the size of the sub-form window if you only want to see the last five entries or so.

The things you are describing are flat-file thinking, but Access isn't a flat-file system. It can do more - if your imagination can do more.
 

GBeck

Registered User.
Local time
Yesterday, 20:28
Joined
Jan 31, 2006
Messages
12
the term normalization has crossed my desk, would that be inline with flat file system?
is it out of line to post the form to maybe better explain what I am trying to accomplish?
 

GBeck

Registered User.
Local time
Yesterday, 20:28
Joined
Jan 31, 2006
Messages
12
it turned out to be easier then I thought. I guess I was over thinking it a bit. If anyone needs to code let me know and I can post on here for you.
 

Users who are viewing this thread

Top Bottom