Urgent: Need help in Editing the existing record using a sub form. (1 Viewer)

aaromic2000

New member
Local time
Today, 08:00
Joined
Dec 30, 2014
Messages
6
Hi I'm successful in adding data from the form to the table using VBA. But I couldn't retrieve and edit the data. For retrieving and editing the data I have a different form "[Forms]![Editor]". I have all the fields listed in the image in both the form and table (see the attached image)

1. I want to allow the user to search and retrieve a specific row based on the condition Incident ID and the Package code are same
2. I want the user to edit the fields in the form and update it in the same row again.

Please help.
 

Attachments

  • Tracker.jpg
    Tracker.jpg
    74.4 KB · Views: 102
Last edited:

spikepl

Eledittingent Beliped
Local time
Today, 04:30
Joined
Nov 3, 2010
Messages
6,142
The form controls are not bound to the recordset - why?

BTW: "Urgent" is kind of YOUR problem and so it does not make anything happen faster here - this is a forum manned by volunteers. For really "urgent" stuff I'd recommend plenty of $$$$$$ :D
 

aaromic2000

New member
Local time
Today, 08:00
Joined
Dec 30, 2014
Messages
6
Hi spikepl thanks for your response. I've tried with both bounded and unbounded form controls. I'm missing something. If possible please help me with the coding.

Linked Table name is DATA
 

Users who are viewing this thread

Top Bottom