Search results

  1. N

    Subfrom Populated by Combobox - Please Help

    Hello there I am fairly new to programming in access 2007 and its been a while for vba. Here is my issue: I have a form(NewBusTaskEntry) that has a combobox "nbquestion" This pulls value in from a table " NewBusAcqQuestionCategory" This list the categories that vaious questions fall into. I...
  2. N

    Help with Calculating Field

    I am newbie to Access 2007 programming so need some help explaining what I need to do to get I am looking to do. I am creating an application in access 2007 with a SQL Backend. I have a form where there is a combo box that when selected populates a textbox with the standard value for that...
  3. N

    Saving records through ODBC connection from Access 2007 to SQL Server 2005

    Do you think if I made it a unbound form it would work?
  4. N

    Saving records through ODBC connection from Access 2007 to SQL Server 2005

    I apologize. I meant to ask is this code correct and if not what do I need to do to make where once the command button is selected it saves to the SQL server backend table.
  5. N

    Saving records through ODBC connection from Access 2007 to SQL Server 2005

    Hello. I have a database that is being created in Access 2007. I have a table in a SQL server database which I am connecting to via ODBC connection. There is a form "New Scope" that has the control source set to the dbo.SCOPE table linked through the ODBC connection. Within the SCOPE table there...
  6. N

    Trobule insert into table

    Sorry if I wasn't clear. Upon logging into my database opens to a main form. When a command button is clicked it opens a popup to select a project type from a combobox. Based on that selection there are fields filled out that are around that type of project(hours,duration and other items). The...
  7. N

    Trobule insert into table

    I have a form that is based on Scope table. Within that form there are multiple fields(text box, combo and list). I have some of the fields pre populated based on a form upon the form opening. I have looked at the form properties and I have Data Entry = Yes Allow Additions = Yes When I go to...
Back
Top Bottom