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

    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...
  4. 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