Can you display records side by side?

  • Thread starter Thread starter evanosky
  • Start date Start date
E

evanosky

Guest
I need to display records in a calendar format. Each day may have up to 3 records. I need to display a months worth of records on the screen without using a scroll bar. So far, I have not been able to conceptualize how to do this. If you have any suggestions, your input would be appreciated. I have tried using subforms, however I do not want a seperate subform for monday, tuesday, and so on. I would like a method using visual basic. Thanks again for any input.
 
Do you need to be able to edit the records right on the form?

If not use unbound Text fields (Equal size) to make the calendar. Then on the Open Event of the form set each Text field = to its equevalant field.
 
please refer to my next topic. Thank you for your advice. Check out my next problem...hehe
 

Users who are viewing this thread

Back
Top Bottom