+ Post New Thread
Page 69 of 69 FirstFirst ... 19 59 67 68 69
Threads 1361 to 1379 of 1379

Forum: Microsoft Access

  1. Fields on Form Help

    Would have to do so programmatically

    • Replies: 0
    • Views: 256
    09:14 PM Go to last post
  2. Udate a combo box

    I have been at this problem for sometime now and at my complete wits end and asked on here before. I have been told to goto a website...

    • Replies: 8
    • Views: 264
    02:16 AM Go to last post
  3. ControlTip text will display on some but not all of my form's buttons

    You beauty Dirk, exactly right. As an extension, is it possible to add functionality to my right mouse button so that 'bring to front' will come...

    • Replies: 1
    • Views: 365
    02:09 AM Go to last post
  4. Subform Header not showing

    The Page Header is only really useful for printing out. Since you generally create a report with the correct layout for printing instead of...

    • Replies: 0
    • Views: 536
    01:38 AM Go to last post
  5. adding a new record with code

    Access 97 ,win98SE. I have a form (myform) with a subform(mysf). myform has a combo box which looks up a client and then displays that client...

    • Replies: 1
    • Views: 484
    01:35 AM Go to last post
  6. Need help - Purchase invoice entry

    On after update of the department combo, you use vba to re-write the rowsource for the other combos with the where clause as required. The trouble...

    • Replies: 0
    • Views: 778
    07:22 PM Go to last post
  7. saving reports

    In my business, I have 8 clients. Each client will submit, by fax, a list of names, that I will research each day. I enter the names, dobs, ssns,...

    • Replies: 0
    • Views: 360
    04:42 PM Go to last post
  8. check boxes,opps

    I want a form that has 3 check boxes more than one can be choosen field X in my table will have the data like a form asks your name, age...

    • Replies: 0
    • Views: 417
    04:23 PM Go to last post
  9. gsp@fact400.ru

    The e-mail addresses below are responsible for much of the SPAM that circulates these days. Since these web pages & or newsgroups have been and are...

    • Replies: 0
    • Views: 1,726
    02:44 PM Go to last post
  10. Repeat same data from previous fields?

    I have a form that reports varieties of fruit per type of container the fruit is packed. I have 12 seperate rows of data to be entered. Example:...

    • Replies: 0
    • Views: 613
    02:06 PM Go to last post
  11. Binding Data from a Form to a Table

    What is the Data Type of the field in the table? Open the table in Design View to the right of the field name should be the data type. -- Wayne...

    • Replies: 0
    • Views: 486
    01:25 PM Go to last post
  12. Expressions that use variables Syntax

    On Sat, 28 Jun 2003 01:32:49 -0700, "Timothy R. Head" <wop@stargate.net> wrote: VBA variables aren't exposed directly in Forms or in SQL....

    • Replies: 0
    • Views: 240
    12:38 PM Go to last post
  13. Combo box flaky update

    On Sat, 28 Jun 2003 11:24:00 +0100, Alex L. James <alex@walton23.freeserve.co.uk> wrote: Please post your code. John W. Vinson Come for...

    • Replies: 0
    • Views: 335
    12:31 PM Go to last post
  14. how to make tab control "tab" (caption) bold when page is active?

    "JFrank Brock" <newsgroup@cinci.rr.com> wrote in message news:YzZKa.5460$xv.1375@fe3.columbus.rr.com... the current page's is no longer You...

    • Replies: 0
    • Views: 721
    03:51 PM Go to last post
  15. Subform Causes long "Calculating..." in status bar

    ...(Not sure this actually posted earlier... Had trouble w/ my reader. sorry if duplicated) The goofy problem is when I am doing a record add on...

    • Replies: 0
    • Views: 805
    03:12 PM Go to last post
  16. SQL SERVER User Interface through ACCESS forms

    You have two choices using access 200x: access data project (.adp) only supports sql server views, sprocs, diagrams, tables are all accessible...

    • Replies: 2
    • Views: 296
    07:52 AM Go to last post
  17. Form requery

    Hi. I created a save button that runs the following code: if frmMain.Dirty then frmMain.dirty = false With frmMain .AllowEdits = False End With...

    • Replies: 2
    • Views: 344
    12:46 AM Go to last post
  18. Print Word doc from Access

    Try using the following on the On_Click event of the button (this prints the document specified in the path): Dim MyPath As String, wd As Object,...

    • Replies: 0
    • Views: 351
    04:14 PM Go to last post
  19. making forms go faster

    I did option explicit which helped any other ideas besides having less controls on screen. Thanks.

    • Replies: 0
    • Views: 292
    04:07 PM Go to last post

Thread Display Options

Use this control to limit the display of threads to those newer than the specified time frame.

Allows you to choose the data by which the thread list will be sorted.

Order threads in...

Note: when sorting by date, 'descending order' will show the newest results first.

Icon Legend

Contains unread posts
Contains unread posts
Contains no unread posts
Contains no unread posts
More than 15 replies or 150 views
Hot thread with unread posts
More than 15 replies or 150 views
Hot thread with no unread posts
Closed Thread
Thread is closed
Thread Contains a Message Written By You
You have posted in this thread

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139