I have been looking for an answer to this question for a few weeks. It seems like it should be easy but so far no luck. I would like to be able to read the content of a network folder containing available printers in to a combo or list box.
The way our structure is set up we have hundreds of...
I have a ComboBox, (unbound) that has several items listed, My form is linked to a Access Database. If the combobox matches an entry in a field(ID) in my combobox, I want to be able to move to that record in my database and display the other fields information in textboxes. Easy to do in Access...
I have a DataCombo Box on a VB6 form that I’m trying to populate from a procedure that returns a string. It works fine in Access but I get a error “Method or data member not found” in VB6.
Me.combo0.RowSource = GetData
I'm getting an error due to referential integrity, the error is "you can not change record because a related record is required in table.” If I click back a record and then click forward to the current record and click enter the record takes with out producing an error. I'm confused
Here...
I'm having problems with this code and I'm getting the massage "Method or Database not found” I’m a newbie to VBA so any help would be great. Thanks
Option Compare Database
Option Explicit
Private Sub Calc_Click()
Dim dbs As DAO.Databases
Dim rst As DAO.Recordset
Dim wtb As Integer
Dim r As...
Sorry if this seems like a duplacate post but I changed directions in my project and did not want to confuse the issues. so hears my my delema.
Suppose I have a table that has the following fields
[Job#]---[Mach Operation Type]--[Startdate(Monday of week)--[ Job duration-(Weeks)]
I would...
I have a form with text boxes that represent the 52 weeks of the year. I would like to put hourly data representing a workweek of 40 hr in the appropriate box based on a start date determined by the user. My question is it possible to change the field name based on the date selected. In my...
Hello All, I’m trying to construct a project with my limited ability, that will be used as a scheduling tool for machined parts manufacturing. The program needs to consider different phases of the build and be able to insert hours keyed off one phase ending then the next phase starting. I.e...
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.