Share via

Keep temporary Data using Text Box in MS Access form

Anonymous
2024-08-11T15:46:17+00:00

Hi, I am creating a database for the warehouse using MS Access and I need to store temporary information for each Item in Access form, so every time I open the form, the temporary information is there and it should be different for each item.

Many thanks in advance for your enlightenment and God bless you.

Cheers,

H.G

Microsoft 365 and Office | Access | For home | Windows

Locked Question. This question was migrated from the Microsoft Support Community. You can vote on whether it's helpful, but you can't add comments or replies or follow the question.

0 comments No comments

2 answers

Sort by: Most helpful
  1. ScottGem 68,830 Reputation points Volunteer Moderator
    2024-08-11T23:37:02+00:00

    I don't quite follow this. If you have data associated with an item it should be part of the item record.

    Was this answer helpful?

    0 comments No comments
  2. HansV 462.6K Reputation points
    2024-08-11T15:52:18+00:00

    You need to create a field of the appropriate type in the table that stores the item data. For example, if the temporary data is a currency amount, create a Currency field, or if the temporary data is text, create a Short Text field (max length 255 characters) or a Long Text field.

    On the form bound to this table, create a text box bound to the new field.

    Was this answer helpful?

    0 comments No comments