View Full Version : How to remove record view from a form


arage
12-30-2000, 01:25 PM
How to remove record view from a form
Hi,
The bottom of my form displays a record view that allows me to scroll thru records. But the form is a standalone form that will not display records, it simply contains buttons that will run reports, queries…etc. so then how do I remove the record view at the bottom of the form? I’ve looked at the property of the form and don’t recognize anything that’ll get rid of it. What to do?
Thanks!

R. Hicks
12-30-2000, 02:30 PM
Open your form in design veiw, in the properties list for the form, change the Navigation Buttons property to "No". The default is "Yes".

HTH
RDH

arage
12-30-2000, 02:46 PM
thank you!

arage
12-30-2000, 02:52 PM
one more question though, now the only thing i need to remove from the form is a vertitcal line on the left hand side that stretches the length of the form and is marked by an inverted triangle (arrow) to its left that points towards the buttons. what is its purpose & how to get rid of it?

R. Hicks
12-30-2000, 03:07 PM
I think what you are refering to is the record selector. Go back into the form in design veiw, as before. Find the Record Selectors property. Change the value to "No", again the default is "Yes".

HTH
RDH

[This message has been edited by R. Hicks (edited 12-30-2000).]

arage
12-30-2000, 04:03 PM
thanks yet again! cud u mention what its purpose is for?

R. Hicks
12-30-2000, 04:18 PM
It does what is advertised. It selects the record. If you where using a continuous form there would be a selector for each record shown on the form. You could select the record the hit the delete button on your keyboard to delete the record chosen.

HTH
RDH