Gsurfdude said:
Ok, thanks. Looks like a continues sub form is the thing I am need to use.
Some questions for you. How did you get the column names in your continues
sub form?
When you build at continuous sub form with the wizard, it puts regular text
boxes in the forms header.
If you add a few additional columns by hand and not create a form with a
wizard, then you'll simply have to place the text boxes up top. what I
usually do is drag the field from the "view fields" list, and place the
field into the detail area of the form. At this point you'll have a text box
and a label that are connected to each other placed into the detail section.
I simply highlight the label part and edit->cut it out and paste this up
into the header area. This is a little bit more work than using a datasheet,
or list box, but I like the results, and you can make the column name
whatever you want, or even have TWO rows of text for the column. Take a look
at the 2nd screen shot here, and NOTE how there is TWO rows of text for the
header
http://www.members.shaw.ca/AlbertKallal/HideColumn/index.htm
As I said to try creating a forum using the wizard and see how it works.
Take a look at the controls in the detail section. Take a look at how the
headers appear in the heading of the form. So, do take a look at the form
and play with it and see how the form is made. I can't stress how much of a
learning experience it is to use and play with a form that been created by
the wizard.
Next, I need to be able to select a specific item in a row in the
the have that sub form to delete. This sub form contains 52 columns so it
is big. How can I
reference an individual column??
You're above question is a bit confusing. We are working with a relational
database system and a relational database engine. It actually hard to apply
the concepts of a spreadsheet to an ms-access application.
You might want rephrase the above question. Are you trying to delete a row
of data? Or, are you trying to empty a value in a particular column (field)
in this continues form? The normal way a particular field is emptied, is
that the user simply moves the cursor into that field and hits the delete
key or uses the backspace key to empty the text in that particular text box.
It's just not clear if you trying to get the user to move into a text box
and erase what's in that text box, or you looking to delete the whole row?
To delete the whole row, you simply click on the record selector and hit the
delete key, at which that point in time MS access will prompt you to confirm
the record deletion. Note that this record delete process is exactly the
same for a full normal form, and also that of a continuous form.
Keep in mind that even when you work with a continuous form, all your
controls + code and references are for the **current** active record.