Search results for query: *

  1. D

    data entry forms and other processes

    Using: VS 2008 Professional, SQL Server 2008 R2, VB.NET 3.5 on Win7 machine First, if this post is in the wrong area, please forgive me as the questions do cover many areas. Second, I am asking for help and direction to the resources to help me figure this out. I am not asking for someone to...
  2. D

    Normalization help with Treeview control

    I have an Access 2007 app that I created that we use to make our material purchase requests from. Basically there is a materials table that holds our material information, costs, labor units, and 3 levels of catagories. I use 3 cascading combos on a pop up form with a list box that the user...
  3. D

    TextBox Validation

    I do not want to jump in someone's post, but if it is not acceptable, please delete. I apologize beforehand. My question is the last code tag section above where the parameters are set for the input. If on the form there is a textbox that is required (on the db side to not allow nulls) how...
  4. D

    fill combobox using sproc and variable

    Hello all. I have created a dialog form with a combo box, it has an OK and Cancel button. It is called frmEstSel. I have a stored procedure that has 1 input parameter (@Branch). The data for the parameter is in a global variable at 'modUser.ThisAppUser.Branch'. What I need is to connect to...
  5. D

    Login Form with added dataset

    All, This is a great site with alot of information. My background is mostly Access VBA and I am having to learn VB.NET. I am trying to recreate an Access 2007 application I wrote into VB.Net. We are looking at using a hosted SQL Server so we do not have to worry about remote offices or...
  6. D

    Access accdb to Sql 2008 question

    Hello all, this is my first post, so please be gentle. I am an Access/SQL programmer with extensive VBA knowledge. This is all I really have had to learn. One of my applications now is a Front End/Back End accdb and we use Terminal Services to access the Front End application. We have 7...
Back
Top