Oct 7, 2005 #1 Poloxstar MIS Joined Jul 10, 2002 Messages 11 Location US Hi, does anybody know how to automatically insert monthly headers dynamically by data on a report?
Oct 7, 2005 #2 ProgramError Programmer Joined Mar 2, 2005 Messages 1,027 Location GB Hi poloxstar, Have you tried changing the header to a textbox with its recordsource based on a feild? Ian Mayor (UK) Program Error Programmers do it one finger at a time! Upvote 0 Downvote
Hi poloxstar, Have you tried changing the header to a textbox with its recordsource based on a feild? Ian Mayor (UK) Program Error Programmers do it one finger at a time!
Oct 7, 2005 #3 TheAceMan1 Programmer Joined Sep 23, 2003 Messages 11,174 Location US How are Poloxstar . . . Tying in with [blue]ProgramError[/blue], perhaps an unbound textbox with ControlSource set to: Code: [blue]=Format([Date],"mmmm yyyy")[/blue] See Ya! . . . . . . Upvote 0 Downvote
How are Poloxstar . . . Tying in with [blue]ProgramError[/blue], perhaps an unbound textbox with ControlSource set to: Code: [blue]=Format([Date],"mmmm yyyy")[/blue] See Ya! . . . . . .