I want to add a couple command buttons in a Datasheet or something that looks like a Datasheet. Would I use a continuous form for this? How would I go about this?? thanks
I want to add a couple command buttons in a Datasheet or something that looks like a Datasheet. Would I use a continuous form for this? How would I go about this?? thanks
Yes, use a Continuous form and rearrange controls horizontally. Put command buttons in form header section.
If you use wizard to create form, it 'groups' controls. Select all controls, right click > Layout > Remove. Now size and move individually as you wish.
How to attach file: http://www.accessforums.net/showthread.php?t=70301 To provide db: copy, remove confidential data, run compact & repair, zip w/Windows Compression.
Thanks June!