Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: TheunsGoosen
  • Content: Threads
  • Order by date
  1. TheunsGoosen

    Visual basic front app for access?

    Access beginner, Hi, I would like to develop a simple stock program for a small company, with fair amount of access experience I find that the size of the file grows significantly with every form/subform I add. I would like to buy the book, Visual basic.net 2003, and the software visual...
  2. TheunsGoosen

    To change the format of a Simple add query

    Access beginner, Hi I have 3 tables and a query that totals them; table1 table2 table3 Total 0 2 0 2 0 1 1 2 1 0 2 3 0 0 0 0 To make it more userfriendly, visually, i...
  3. TheunsGoosen

    Soft touch buttons

    Access beginner, Hi I have down loaded an access template and all the buttons on the form got a round soft touch look to it…even if I copy the buttons to my access form or create new ones they don’t have the soft touch look? How do i change it?
  4. TheunsGoosen

    Call code after selecting next record

    Access beginner Hi, i have a command button on my form that uses the following code to go to the next record and to call a "Check_afterupdate" procedure. Private Sub Command220_Click() DoCmd.GoToRecord , , acNext Call Check125_Afterupdate End Sub I would like to do away with the...
  5. TheunsGoosen

    Code for refreshing a form after updating a subform

    Access beginner Hi, I have a Command button on my form that works perfectly. It refreshes the form and all the sub-forms with the following code: DoCmd.DoMenuItem acFormBar, acRecordsMenu, 5, , acMenuVer70 ..but I need one of the sub-forms that was created from a query to refresh the form...
  6. TheunsGoosen

    Code for Variable password

    Access beginner Hi, At the moment my text box is set to unlock with a fix password, but i would like to allow the user to determine his own password that he enters in "textbox1" and then the MsgBox will respond to his personal password, at the moment my code looks like this. Thanks Theuns...
  7. TheunsGoosen

    Simple code to diplay data cell containing any value

    Access beginner, Im using code ="" to display all data cells with nothing in them, what code do i use to display data cells containing something or any thing in them. Thanks Theuns
  8. TheunsGoosen

    changing input mask format with code

    Access beginner, Hi, Im using code to unlock information so the user can change the information. I also need the input mask to change from "password" to "text", but im struggling with that specific part of the code. Thanks Theuns Private Sub EmployeeCode_Enter() Dim strInput As String, strMsg...
  9. TheunsGoosen

    Maximize form from startup procedure?

    Access beginner, Hi, What must my code look like when i select a form in the startup procedure to open full screen(Maximize). At the moment the form opens but then i have to click on the maximize button first to full screen the form for viewing. Thanks Theuns
  10. TheunsGoosen

    Calling Access page question?

    (Access beginner) I'm using the following code to call a form from a switchboard, can someone help me with the code to call access page with the same name. Private Sub Label78_Click() On Error GoTo Err_Command116_Click Dim stDocName As String stDocName = "R001ComponentPriceT001"...
  11. TheunsGoosen

    Vb code on entering values.

    (Access beginner) I have a query that is displaying a answer in form view as a guide line, if the user is happy with the answer he can press the command button so to allow the query values to display in the combo box for further use or type in his own vallues, but im strugglig with the vb code...
  12. TheunsGoosen

    VB code to change label back color

    (Access beginner) Hi, I assigned an event procedure to a label and its working perfectly. The label appears on a switchboard and it would be nice if the label back color could change on mouse moving over it. But I’m unsure about the VB code. Private Sub Label82_MouseMove(Button As Integer...
  13. TheunsGoosen

    Refresh table ODBC link

    Hi, I linked a table to an ODBC and it works perfectly but the moment I close Access and click on the table to display the info- the following message appears “The ODBC connection to SQL server failed” To reestablish the connection I click on the table and the “Link table manger” ….this cannot...
  14. TheunsGoosen

    Access and touch screen question

    Hi, It will be highly appreciated if someone can advice me on the following; I’m an industrial and do the daily production planning for a company that is making use of about 100 machines, 20 key ones, and four main divisions. Currently I do most of the planning with intermediate excel VBA...
  15. TheunsGoosen

    Assigning a password to ComboBox

    Access beginner! Good day, i have the follwing problem. In a form i have a ComboBox that allows you to type a numeric value in it. The moment you exit the box the value gets updated in a table...everything works perfectly What i would like to do is to assign a password to the box so that the...
  16. TheunsGoosen

    Recall 2nde column count with query

    TheunsGoosen (TechnicalUser) 17 Jan 07 7:41 Access beginner! Good Day, can someone help! In the 1st table I have the following two fields: BussinessPartner and Bill-to City In the 2de table the following to fields BusinessPartner and City If you select BusinessPartner in the second table...
  17. TheunsGoosen

    i need help with simple query

    Access beginner! Good Day, can someone help! In the 1st table I have the following two fields: BussinessPartner and Bill-to City In the 2de table the following to fields BusinessPartner and City If you select BusinessPartner in the second table a 2 column dropdown combo box appears...
  18. TheunsGoosen

    i need help with simple query

    Access beginner! Good Day, can someone help! In the 1st table I have the following two fields: BussinessPartner and Bill-to City In the 2de table the following to fields BusinessPartner and City If you select BusinessPartner in the second table a 2 column dropdown combo box appears...

Part and Inventory Search

Back
Top