Microsoft
Software
Hardware
Network
Question : Open a form going to a specific record based on an ID in subform
I have a form with a subform on it. The subformt is a datasheet. I need a button to takes the user seleceted ID in the datasheet then click the button and open the emp form and go to that specific record.
Answer : Open a form going to a specific record based on an ID in subform
here is the answer:
DoCmd.OpenForm "empForm", acNormal
DoCmd.GoToRecord acDataForm, "iempform", acGoTo, empid
Random Solutions
import a data from text file(with repeated column names)
Excel Application WindowState xlNormal
How to Bind A dataset to the the datagrid in C# windows...it shows the table in the dataset but i cannot bind the dataset to the datagrid..Can any one hepl PLz
Delete Function for single record in ADO has one line returns error
Querying Query Results in VB.NET
Excel macro to find all instances
Uploading image cropping area settings to server side aspx
error opening a website
How to create a copy of table from one database to another(need schema as well)+sql server 2005
MS SQL 2005 case problem