Welcome to the skill header Forums. You can ask questions, get help, or help other members out. Join our Forum for free.

ursh
@ursh
Admin
Member
Joined: May 17, 2024
Last seen: May 14, 2026
Topics: 1 / Replies: 23
Reply
RE: Help Needed

You are on Auto mode. Glad it resolved.

1 year ago
Reply
RE: Coding the Summary Boxes on the customer, supplier and orders forms

First of all, there is no need to create a separate query to get the count of OrderIsInvoiced. It is a numeric(Integer) type of field and you are usin...

1 year ago
Reply
RE: Issue with navigation form.

@arseyguy Why you are not opening a form in dialog mode after clicking on the phone number rather than to use "browse to"? Even you succeed, how you w...

1 year ago
Reply
RE: Trouble getting New Order Form to work

Hi there, I have showed you the simplest way, killed two birds with one stone. It means while selecting the customer from the drop down, data has alre...

1 year ago
Reply
RE: Column Sorting Asc/Des

Thanks for sharing this wonderful information. I have tried different methods including the one you have described. You know the indication of typical...

2 years ago
Reply
RE: Issue with navigation form.

There was a missing comma in the previous post. Let me explain DoCmd.BrowseTo acBrowseToForm, "CustomerMain", , "CustomerID=" & Me.CustomerID ...

2 years ago
Reply
RE: Issue with navigation form.

Please try this exactly docmd.BrowseTo acBrowseToForm "CustomerMain",,"CustomerID="&Me.CustomerID

2 years ago
Reply
RE: Issue with navigation form.

After your statement, you are missing the reference of the ID. ,,"id="&refID refID referred to your current ID

2 years ago
Reply
RE: Greetings

Welcome on board. This forum is in existence because of you. Your eloquence is to be appreciated and wants you to continue your evolution with us. Thi...

2 years ago
Page 2 / 2