Hi,
Is there away to display all records from Table inside forms using vba? I need to list all records and next each record I need two Buttons to Edit and Delete that specific record!
Please guide me or show me link for tutorials on that.
Hi,
Is there away to display all records from Table inside forms using vba? I need to list all records and next each record I need two Buttons to Edit and Delete that specific record!
Please guide me or show me link for tutorials on that.
Why do you want to use VBA? Set form RecordSource property. Why do you want buttons? If you want to edit a record then just type what you want. Delete can be done with keyboard delete.
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.
In the Navigation pane click and highlight the table.
On the ribbon, click Create and click Form.
That will create ALL you need.