|
![]() |
Overclock.net - Overclocking.net > Software, Programming and Coding > Coding and Programming > Application Programming | |
Access Programing Help Please
|
||
![]() |
|
|
LinkBack | Thread Tools |
|
|
#1 (permalink) | |||||||||||
|
AMD Overclocker
|
Hey all
Im building a computer shop database for my ipt assignment, anyway ive filled in all my data into my tables in MS Access all i need to do now is program it and turn it into an Application. Can you guys help me please in building this App? Oh and should i use MS Access Visual Studio or should i use Visual Studio Express (i only have express edition)
|
|||||||||||
|
|
|
|
|
#2 (permalink) | |||||||||||
|
AMD Overclocker
|
Anyone??
|
|||||||||||
|
|
|
|
|
#3 (permalink) | |||||||||||||
|
I provide....LEVERAGE!
|
Well, you have a database, now you just need to work on the application. What is the application supposed to be doing? How is it supposed to interact with the data/database?
__________________
Watercooling Loop: MCP655 Vario -> Black Ice GTX360 -> D-Tek FuZion V1 -> MCW-60 -> MicroRes Loop Cost: $395.03
|
|||||||||||||
|
|
|
|
#4 (permalink) | |||||||||||
|
AMD Overclocker
|
Its supposed to be easy to use with GUI for a company, i made up one called 'Applon Celery', the application has to be a database that allows the user to edit fields, hav log on screen, and etc etc. I seriously need help.
|
|||||||||||
|
|
|
|
|
#5 (permalink) | |||||||||||
|
AMD Overclocker
|
Can anyone help?? Becuase Basic Sucks!!
|
|||||||||||
|
|
|
|
|
#6 (permalink) | |||||||||||
|
AMD Overclocker
|
bump??
|
|||||||||||
|
|
|
|
|
#7 (permalink) | |||||||||||
|
AMD Overclocker
|
my app is refusing to open up my reports only forms my code seems fine, but there might be something wrong. My code is here:
Option Compare Database Private Sub Command1_Click() On Error GoTo Err_Command1_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "Product Table" DoCmd.OpenForm stDocName, , , stLinkCriteria Exit_Command1_Click: Exit Sub Err_Command1_Click: MsgBox Err.Description Resume Exit_Command1_Click End Sub Private Sub Command2_Click() On Error GoTo Err_Command2_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "Products" DoCmd.OpenForm stDocName, , , stLinkCriteria Exit_Command2_Click: Exit Sub Err_Command2_Click: MsgBox Err.Description Resume Exit_Command2_Click End Sub Private Sub Command3_Click() On Error GoTo Err_Command3_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "RMA" DoCmd.OpenForm stDocName, , , stLinkCriteria Exit_Command3_Click: Exit Sub Err_Command3_Click: MsgBox Err.Description Resume Exit_Command3_Click End Sub Private Sub Command4_Click() On Error GoTo Err_Command4_Click MsgBox "GoodBye" DoCmd.Quit Exit_Command4_Click: Exit Sub Err_Command4_Click: MsgBox Err.Description Resume Exit_Command4_Click End Sub Private Sub Command8_Click() On Error GoTo Err_Command8_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "Lay-By Table" DoCmd.OpenForm stDocName, , , stLinkCriteria Exit_Command8_Click: Exit Sub Err_Command8_Click: MsgBox Err.Description Resume Exit_Command8_Click End Sub Private Sub Command10_Click() On Error GoTo Err_Command10_Click Dim stDocName As String Dim stLinkCriteria As String stDocName = "Sales Table" DoCmd.OpenForm stDocName, , , stLinkCriteria Exit_Command10_Click: Exit Sub Err_Command10_Click: MsgBox Err.Description Resume Exit_Command10_Click End Sub Private Sub Detail_Click() End Sub Private Sub Command11_Click() On Error GoTo Err_Command11_Click stDocName = "Customer" Exit_Command11_Click: Exit Sub Err_Command11_Click: MsgBox Err.Description Resume Exit_Command11_Click End Sub Private Sub report1_Click() On Error GoTo Err_report1_Click stDocName = "Customer" Exit_report1_Click: Exit Sub Err_report1_Click: MsgBox Err.Description Resume Exit_report1_Click End Sub
|
|||||||||||
|
|
|
|
|
#8 (permalink) | |||||||||||||
|
Miscelaneous
|
Visual Basic?
__________________
|
|||||||||||||
|
|
|
|
#9 (permalink) | |||||||||||
|
AMD Overclocker
|
yes in visual basic and MS Access
|
|||||||||||
|
|
|
|
|
#10 (permalink) | |||||||||||||
|
Miscelaneous
|
I can't do VB, C# all the way.
Sorry your on your own.![]()
__________________
|
|||||||||||||
|
|
![]() |
| Currently Active Users Viewing This Thread: 1 (0 members and 1 guests) | |
| Thread Tools | |
|
|