Recent content by cbrace09

  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

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

    Thank you for your reply Alisa! I understand how to create the forms with controls for data entry, I just dont understand how to insert the value of each control to the specified table, or tables, with the click of a button. as your said in your post.... "and then append the data to your...
  3. 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...
  4. C

    Hey there Coach! I'm sorry to bother you but I was hoping you would take a look at my latest...

    Hey there Coach! I'm sorry to bother you but I was hoping you would take a look at my latest thread. Thanks! http://www.access-programmers.co.uk/forums/showthread.php?t=179935
  5. C

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

    Please read through the posting carefully and you will understand what I have already done and what I want to do. Thanks for looking!
  6. C

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

    Thanks wiklendt! I'm trying to find a way to allow my customers to send me their orders via email where I can use Data Collection Replies. The biggest issue is how do I let them make multiple defendant entries on one order form plus how do I check that data for duplicates before allow...
  7. 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...
  8. C

    Question Adding weekdays to a date

    Thanks for taking the time to reply Coach, but I'm still having problems.... I did finally get another method to work but it required several text boxes. Bassically.... I had the CustomerID combo lookup the TurnTime field (it's hidden in the cbo box). On the After update event I have the...
  9. C

    Question Adding weekdays to a date

    I know this will sound dumb to you but how do I call the function? How do I get this code to run immediatley after the ORDate field is populated and display the result of the module in a text box?
  10. C

    Question Adding weekdays to a date

    Thanks Coach but I'm afraid all that code is way over my head and looks like it would me hours to adjust to work with my fields. Also, I'm not sure if I explained correctly but.... That code seems to require an end date, which I don't have....that's actually what I'm trying to calculate...
  11. 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 -...
  12. C

    5 tables - each contain unique order details

    hello, well I have completey changed things around but I decided to go ahead and upload a copy anyway. I'm sure there are tons of things that could be vastly improved. Remember, it's not done yet. I still want to add a task handling system, case assignment logs, invoicing functions, etc...
  13. C

    Hi Doc, I was hoping you could look at my posts and lend a helping hand. Thanks!

    Hi Doc, I was hoping you could look at my posts and lend a helping hand. Thanks!
  14. 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...
  15. 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...
Top Bottom