is there a way I can download a sample of the program from which the
Screen
I don't have a sample download of those exact screen shots, but they are
dead simple to make. I will try in the future to put up a few examples.
If you are able to be playing around with the ms-flex grid control, then one
MOST CERTAINLY must be able to place a few text boxes on a screen, and use
continues mode!
Of course, in addition to simple text boxes on that you place on the access
form, you can most certainly place a button on the form also (my example
screen shots did this, and you can see how the button repeats). So, if you
can use a mouse and can put few text boxes on a ms-access form, then you
have all the skills you need to create continues forms like those screen
shots.
While the above type forms are easy to make, and usually requite very little
code, those screen shots do in fact use some code for the buttons. The
button code in those example forms is usually as follows:
docmd.OpenForm "FormName",,,"id = " & me.id
Thus, the above button code in those screen shots generally opens a another
regular normal form that opens to the ONE record that the user had selected.
So, the code that opens a form for more details is really only one line of
code in ms-access! Is not ms-access incredible in how little code it takes
to do such a cool task? (so, the above code opens a new form to the one
record for editing!).
So, simply dragging a few text boxes onto a form and a tiny amount of code
is all that you need to create a continues form that is similar to those
screen shots. I also of course added a few text boxes at the top of those
screens for searching, but again, the code is some simple sql.
There is no special magic I used, and if you can't simply place a few text
boxes on a form and change the form into continuous mode, then you need to
get a few books on using ms-access. Placing text boxes on a form is not very
hard. Perhaps you still using the wizards to make your forms in ms-access?
It is possible I am not understanding what you are tying to accomplish?
I can't quite figure out what you mean by:
need to
be able to add a new field across when ever the user enters data in the
first one, I could not figure it out using continues form or list box
Hum, I don't understand what you mean by "new field across"? Do you know
what this field is going to be, or in fact is adding a "new" field the
problem here? We don't generally add new fields to a table at runtime in
access.
Also:
"the user enters data in the first one"
Do you mean another form, or simply the "first one" "grid" here on the
current form?
Perhaps you might explain what you are tying to do. It is very possible that
continues forms MAY NOT be what you need here! This would mean that I am
sending you on a wild goose chase, and not helping you at all!