Table in Access Form

  • Thread starter Thread starter SupperDuck
  • Start date Start date
S

SupperDuck

Hello,

I want to put a table in ACCESS form. And the numbers or the text will be
used in querries and coding.

How can i do this?

Thanks...

Regards,
 
Create a form with a datasheet view of your table:

1. Select the table you want to use
2. Use the form wizard to create the Datasheet View.
 
Hello,

I think i have wrongly asked the question.

I want a table but... The table will not be in database. I mean, it would
only be in the form. Just to paste the temporary values.

For example, I will paste 10 rows of data, then i will make a calculation...
And the values will be deleted, when i finish the calculation...

Regards,
 
There is no such thing as a table only in a form. You must base the form on
a table if you want to make calculations. You can use a temporary table and
delete that data when you are done. You can also just add the number of text
boxes to an unbound datasheet, but when you make a calculation on an unbound
row of data, it applies to all unbound rows.
--
Arvin Meyer, MCP, MVP
http://www.datastrat.com
http://www.mvps.org/access
http://www.accessmvp.com
 
Back
Top