table forms

Pedro Magueija

Registered User.
Local time
Today, 15:44
Joined
Nov 21, 2003
Messages
13
Is there any way to hide the record that is always shown in a a "table like form"?? Could anyone help me with my other thread?? Many thanks...
 
Pedro,

Does that mean you don't want them to be able to add new
records? You can set the form's AllowAdditions property to
No.

Wayne
 
table form

First of all: thanks Wayne Ryan...but... what I want to do is to remove the record that appears with a "*" when you create a table like form. For example: even if you have empty tables there´s still a record in the form... that´s what I want to remove... I do want them to add records just that I want the user to press a specific button to do so... only then the record should appear to be filled... Once again thank you for your help...
 
Im a bit confused at to what you mean. y

You want users to not add data unless they press the add data button-correct
 
table form

Kabir_Hussein -> Yes... but I´ve already done that, just that the record that appears in the "table like form" (the one I want to remove) appears even when you have empty tables... example: I´ve just created a new table, then I created a "table form", the table is empty... but when open the form there´s a record (empty one too) which enables me to start filling the fields without having to press the button... that´s the record I wanna remove... Thanks for your help...
 
I think i know what you mean,

from my experiences if you have a table in a form, when you open the form if there is no data in the table. by default the cursor will be on the first field on the table. so you can type data into it

but if you dont want that to happen and you just want to view it etc. you have to play about with the from properties.

regards
 

Users who are viewing this thread

Back
Top Bottom