Search results

  1. H

    Avoiding Parameter prompt for stored procs

    This problem has been plauging me for the last few months. I have an Access ADP application connecting to a SQL Server 2005 database. I have a continous form. My goal is when I open the form, I want to build my own stored procedure call, with parameters that I determine and provide in VBA code...
  2. H

    Multiple Data Types in One Textbox

    I have a feeling this maybe can't be done but figured I'd give it a shot anywa. I have a table which has an "amount" column. That column can either hold a percentage value, or a dollar amount. I'd like to be able to approrpriately format the number in my forms depending on the type. So...
  3. H

    "Prefilled" Form

    You guys helped me through another problem I was having so I thought I'd throw one more challange out there! I want to have a form that is sort of dynamically built and has placeholders for data, even if the rows are not there yet. Here's an example of what I mean: I have two tables...
  4. H

    Saving forms with stored procedures?

    Hi – I’m an experienced SQL Server and web programmer but don’t have too much experience programming in Access. For the current project I’m working on, using Access was a requirement. As I begin, I’m starting to think that maybe the way I’m approaching the design of my application isn’t really...
Back
Top Bottom