I am new to using Access 2000 and VBA and I require some help in my project which I need to complete by Wednesday 8th January 2003.
I need to add three Sub Procedures or Functions to a Form Module and one Sub Procedure or Function to a Global Module.
The database tables and forms that I have already designed are as follows and are based on a football club :-
Committee Members fields :- MemberID, Position,FullName, Address, PostCode,TelephoneNo, MobileNo.
OutsideContacts :- CompanyID,CompanyName,MemberID, Address,PostCode,TelephoneNo,EMail, Category
Suppliers :- SupplierID, SupplierName,MemberID,Address,PostCode,TelephoneNo.EMail
Inventory :- ProductID,ProductName,Description,SupplierID,Unitsinstock,Reorderlevel
Players :- PlayerID,FullName,MemberID,Team,Address,PostCode,TelephoneNo,MobileNo.
Any ideas on where I can get find some code to help with my problem, or any code which you know may help me would be much appreciated.
Regards,
Midge
I need to add three Sub Procedures or Functions to a Form Module and one Sub Procedure or Function to a Global Module.
The database tables and forms that I have already designed are as follows and are based on a football club :-
Committee Members fields :- MemberID, Position,FullName, Address, PostCode,TelephoneNo, MobileNo.
OutsideContacts :- CompanyID,CompanyName,MemberID, Address,PostCode,TelephoneNo,EMail, Category
Suppliers :- SupplierID, SupplierName,MemberID,Address,PostCode,TelephoneNo.EMail
Inventory :- ProductID,ProductName,Description,SupplierID,Unitsinstock,Reorderlevel
Players :- PlayerID,FullName,MemberID,Team,Address,PostCode,TelephoneNo,MobileNo.
Any ideas on where I can get find some code to help with my problem, or any code which you know may help me would be much appreciated.
Regards,
Midge