Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~181 People Reached
Favorite Forums
Favorite Tags
Member Avatar for Jetman

Hi, I just got MS Access connected with Visual Basics 2008, so i am able to view my database in visual basics. Now i would like to be able to use the buttons i have created on visual basics to add, edit and create data relating to MS access 2007. …

Member Avatar for vb5prgrmr
0
30
Member Avatar for Jetman

[code] Private WithEvents m_PrintDocument As PhotoJob.FrmIndividualPerformanceReport [/code] [code] Private Sub BtnPrint_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles BtnPrint.Click m_PrintDocument = New PhotoJob.FrmIndividualPerformanceReport m_PrintDocument.Print() End Sub [/code] I used the codes above to print the tables that i got from access but it is not working, any help would …

0
58
Member Avatar for Jetman

Hi, I was having this problem with connecting my visual basics software to MS access. I wanted to connect the softwares so that the programe i am bulding on visual basics can use the tables i have created on MS access. Tables like customer details, account details, product details, etc... …

Member Avatar for debasisdas
0
93