i just wanna ask if it if possible to make columns n ms access and how...
because i am making a personal data sheet
thanks in advance
more powers and God Bless You all
i just wanna ask if it if possible to make columns n ms access and how...
because i am making a personal data sheet
thanks in advance
more powers and God Bless You all
asked about making "columns" in Access and correctly asked what kind of columns were meant. "Columns" can mean three different things: table fields (the columns that store data), layout columns on a form (controls placed side-by-side for a single record or for editing), or newspaper-style columns on a printed report (multiple columns per page). For a personal data sheet, the usual pattern is: store fields in a table, use a bound form for data entry/editing, and use a report for printing.
Typical, version-independent steps:
Practical cautions: do not store repeated data in multiple numbered columns (Phone1, Phone2). Normalize into a related table instead. For exact, step-by-step UI clicks it helps to know the Access version being used, since menu names differ slightly across releases.
Columns of what, in what kind of file?
We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.