Search results

  1. C

    Help with CSS style sheet

    Hi everyone and as awlays, thanks for looking! I have attached my CSS file and a sample HTML file. I have spent hours and hours trying to correct a problem i'm having with my style for my web site (using visual studio 08) As you will notice in the default.htm file (attached) the left...
  2. C

    How to create a web based data enrty form in visual studio 2008

    Hi all and thanks for looking! Basically, I am fairly well versed with access databases but have recently taken on building a web based system to replace our current database. Im used to just having a form with data enrty properties in access...how can I create a simular aspx page? I...
  3. C

    Question Data Collection Replies in Access 2007? Or is my layout wrong?

    Thanks for taking a look! I really appreciate you pro's out there helping a newbie out! I hope someday I can do the same, and return the favor! THE GOAL - TO RECEIVE ORDERS VIA DATA COLLECTION REPLIES THUS ELIMINATING OUR DATA ENTRY MAN HOURS. THE PROBLEM - MULTIPLE TABLES MAKE UP AN ORDER...
  4. C

    Question Adding weekdays to a date

    Table - tbl_Customers CustomerID - AutoID TurnTime - Number ( this is enterd by weekdays such as the number 14) etc... fields Table - tbl_Cases CaseID - AutoID ORDate - Short Date ( default value is Date() ) CustomerID - Number etc... fields Form - frm_Cases ( bound to tbl_cases ) Case ID -...
  5. C

    5 tables - each contain unique order details

    Thanks for peeking, I am looking for a quick kick in the right direction. I have been working on a DB in access 2007 for almost 3 weeks now, in my spare time. I need to track all the usual stuff like customers, tasks, invoices, payments, etc. Where I am having a problem is with the several...
  6. C

    Service Database with endless order types to enter/track/invoice/etc.

    Thanks for peeking, I am looking for a quick kick in the right direction. I have been working on a DB in access 2007 for almost 3 weeks now, in my spare time. I need to track all the usual stuff like customers, tasks, invoices, payments, etc. Where I am having a problem is with the several...
  7. C

    populating fields on a form from a bound combo box

    My Goal: 1) To ignore any null values from the combo box columns (1-7) *Note - Column(0) is the company name, which is the primary key of tblCompany 2) Populate txtboxes (WorkPhone, WorkExt, FaxNumber, Address, City, State, Zip) on frmContactsHome with the values of corresponding columns of...
  8. C

    Open a form to a specific record from a subform

    Hello again, I have a new problem today. I hope someone can help. I have a from named "Defendants Home" This form also has a Tab Control with 3 pages - "Employment History", "Address History", and "Phone Number History". I also have plans to add a "Contact Log" page as well. All subforms...
  9. C

    Automate my vba code with a module?

    Hello, I have the following code on my form "Customers Home". Anyone have an idea how I could do this without VBA? I'm entry level with access so nothing to overly complicated please. Thank you in advance!!! 'This section will convert values to ALL CAPS Private Sub Fname_LostFocus()...
  10. C

    Question How to populate fields on a form using a combo box

    Hello, I have a form (Work Orders Home) with a record source (tblWorkOrders). This form also contains a subform (Work Order Details) with a record source (tblWorkOrderDetails). On the top section of my form, the user selects the CustomerID from a combo box. I have various other fields...
Top Bottom