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: Jun 26, 2025
Topics: 1 / Replies: 17
Reply
RE: SQL Statements versus Queries? (Curious minds want to know)

Do you have any example from the project? Please share so it can be more precise.

6 months ago
Reply
RE: Help Needed!

Keep the Public Variable declaration separate from the Main Dashboard Form in a Module with "Option Explicit" and keep the rest of the code from the O...

6 months ago
Reply
RE: Bug: Main Dashboard Form

I have tested that after logging in, the Dashboard Navigation button highlights in the Main Dashboard form, and pressing the Enter key repeatedly does...

6 months ago
Reply
RE: Processes???

Sales Process includes, Sales Order, Sales Invoice, associated with the Customers, deduction in the Inventory, and the addition in the Accounts Receiv...

6 months ago
Reply
RE: Coding fix for V12 invoice item delete

Here is the solution as you might have already observed in the V12 file. It should be helpful for others. If Me.Form.Recordset.RecordCount <> ...

7 months ago
Reply
RE: Issue with navigation form.

@arseyguy I think, I got your point and have a suggestion for you to use a List box and a subform within a single form. The list box can contain multi...

7 months ago
Reply
RE: Coding the Summary Boxes on the customer, supplier and orders forms

That sounds a clear picture of grouping, the idea and efforts are appreciated. Contact info would be better in place of just a Phone Number.

7 months ago
Reply
RE: Issue with navigation form.

@arseyguy It is fine, if you are not willing to open a form in dialog mode. If you want to open multiple forms within a single form based on multiple ...

7 months ago
Reply
RE: Help Needed

You are on Auto mode. Glad it resolved.

7 months 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...

7 months 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...

7 months 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...

7 months 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...

8 months 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 ...

8 months ago
Page 1 / 2