Ask a Question related to Microsoft Access, Design and Development.
-
John Vinson #1
Re: Adding blank rows after a series of records
On Wed, 23 Jul 2003 14:04:49 -0700, "Chuck Dickson"
<CDICKSO@USAIRWAYS.COM> wrote:
That would be pretty tough. The only way I can think to do it would be>However, it is difficult to read and
>would be easier on the eyes if I could add a blank row
>after each 4 rows of data or records. Any ideas how to do
>this?
to use several subforms, each with room for four rows, with
Recordsources such that each subform displays a separate set of
records. Another (ugly) possibility would be to have all the fields
defined as not-required and manually enter blank records (except for
the Primary Key). These records would, of course, screw up any
statistics or counts that you might need.
John W. Vinson[MVP]
Come for live chats every Tuesday and Thursday
[url]http://go.compuserve.com/msdevapps?loc=us&access=public[/url]
John Vinson Guest
-
DataGrid populating blank rows
I have a remote object that retrieves an ArrayList of POJOs. It displays in my datagrid fine. Hoever, when I click a button that retrieves a single... -
Supress Blank Rows - PHP
I am adding lines of information to committee members drawn from MySQL database. Not all members have daytime or mobile phone numbers or email... -
blank line between records
this sort of requirement requires custom work to be done in the itemdatabound an approach would be to check the type of cell being fired (header,... -
insert blank row between records
i need to insert a blank row between each row of data - is this possible ? thanks mark -
Inserting blank records
I need to import records created in filemaker to an accounting program (MYOB). It can only recognise different records if there is a blank in...



Reply With Quote

