Search results

  1. M

    Exporting Certain Fields to Certain Cells in Excel

    Thanks a lot Wayne, I got it working great! I love this forum! I hope when I get better I can start to contribute as well :o) Thanks again!
  2. M

    Exporting Certain Fields to Certain Cells in Excel

    Hey Wayne, Thanks for the code! It's got me on the right track, although the first five lines where you are declaring excel variables give "user defined-type not defined" errors. Any thoughts? Thanks again!
  3. M

    Exporting Certain Fields to Certain Cells in Excel

    That would be great if you could look up some code. Something as simple as "this code puts the world 'snoogans' in cell C4. I'm browsing through the link you gave and, while I'm sure it's helpful, not so much if you don't know VB as all the other stuff is confusing :grins: Sorry, and thanks!
  4. M

    Exporting Certain Fields to Certain Cells in Excel

    Hi all, I am looking for a way to export my data to excel and it has to be a specific format. My client has a dispute form and will accept no other, so I have to recreate the form and fill it with the data from the database. If I can format the form in excel, is there a certain way to use it...
  5. M

    Initialize form controls on record load?

    Is it possible to initialize all form controls each time a new record is loaded? So if you were using the record nav buttons, each time you clicked next record, it would go through the initialization function? Thanks!
  6. M

    How to let multiple people use db across network

    Anyone know what options I need to set so that colleagues can use a database I create while I'm in it? I need about 3 or 4 people to be able to access this db at the same time. Thanks!
  7. M

    Update Text Fields when List Clicked

    Thanks a bunch, that helped tremedously :)
  8. M

    Update Text Fields when List Clicked

    Hello everyone: I have the following situation... I have created a listbox that lists customers and their account number inside. What I want is that when I click each customer, the text fields below (each having the name of their respective attribute: name, adds, zip, state, etc) to fill with...
  9. M

    Dynamically Update Fields

    Okay, I can't post it because I can't seem to get it home (and don't want to recreate the whole thing from memory) so here is as best as I can describe it. tblCustomer_Info - cust_id (autoincrement, prim key) - txtAccountName tblOrders - cust_id (linked) - order_id (autoincrement, prim key)...
  10. M

    Dynamically Update Fields

    I will post it tomorrow. I have it at work and unfortunately MS Outlook 2003 likes to block other MS attachments as dangerous items. I'll email it to my Gmail account and try that. Thanks.
  11. M

    Dynamically Update Fields

    So how would I then write the code for txtCard_Num so that when I enter 4477 it automatically locates the appropriate customer and sets the cboCustomerName to that value? Thanks Wayne!
  12. M

    Dynamically Update Fields

    Good evening everyone. I just had a quick question. Before that, here is my current table setup: tblCustomer_Info (holds relevant customer info) tblOrders (holds relevant individual order info) tblCards (holds numbers relating to each card for each member) What I am trying to accomplish on...
Back
Top Bottom