Hi Dhookom,
I think I got myself confused here as well,
I have a datasheet subform with a field called "SpecNo" and a field called "Consignor" and " Scheduled Agreement".
On the AfterUpate event on the field "SpecNo" I want to code to lookup and get data from 2 tables using Me!SpecNo as the...
Hi,
Hoping to get some assistance here. I have a DLookup code below that works fine for retrieving information, "CENTRE" from a table called "CodeLook",
Private Sub SpecNo_AfterUpdate()
On Error GoTo Err_SpecNo_AfterUpdate
Dim strFilter As String
Dim strFilter1 As String
Dim FoundConsigneeID...
Hi,
I have a form with 3 unbound text boxes:
txtJob
txtSpec
txtConsignorName
The form allows a user to search on one or more Job number or Spec number. The user can enter the numbers in the txtJob field or txtSpec field to search for Job numbers or Spec numbers which begin with those numbers...
Hi Ousoonerjoe,
Each tab has it's own grid but it is not showing up. Only the DGV on the first tab is shown by default when the form loads. When I click on tab2 or tab3 the DGV is not showing up, yet it's their in design time.
Hi David,
Actually no I'm not. I am still trying to get my feet wet with VB.Net. Let me know if the Tab enter/leave events work for showing the DGV on the other tabs?
Thanks
Hello,
I'm new to VB.NET (coming from Microsoft Access), so any help here is greatly appreciated!
I have a simple vb.net project with a form, dbSource, DataSet, BindingSource and TableAdapter.
Project uses a Microsoft Access db with a 4 tables; tblJobs with a 1:M relationship with tblDelivery...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.