473,382 Members | 1,078 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,382 software developers and data experts.

START UP FORM, PAYROLL AND CURRENCY DENOMINATION

Hello Friends!

I have three questions I wish to ask with regard to some tasks I am
performing in Ms Access 2003.

1. I have a start up form named “Splash” which I want it to load for some
seconds when the database is opened and then to close and give way to another
form called “Loans”. I would not want the “Splash” form to appear again
unless I close the database and re-open it again. How do I code this in VBA
or using Macros?

2. I have a payroll whose orientation in report form is landscape. The
headings are in multiple rows while the data is laid out in several columns
each page. Here is a hypothetical example:

Employee’s Name John Smith Mary Jones
Designation Clerk Typist
P/No. 001 002
-----------------------
Basic Pay 35,000/= 32,000/=
H/A 15,000/= 10,000/=
------------- ------------- -----------
Gross Pay 60,000/= 42,000/=
Less:
Deductions 25,000/= 12,000/=
--------------- ------------- -----------
Net Pay 45,000/= 30,000/=

There are several columns on each page. How do I lay out these.

3. I have a payroll in MS Excel 2003 which I want to transfer to Ms Access
2003. I want to get the MS Access VBA formulas/code for breaking down net
pays into shillings denominations of 1000/=,500/=,200/=,100/=,50/=,20/=,10/=,
5/=,1/=,0.50
Abdallah Khamis Abdallah
Jun 23 '06 #1
1 2150
"ebrainers" <u23345@uwe> wrote in message news:62308ba4ff00d@uwe...
Hello Friends!

I have three questions I wish to ask with regard to some tasks I am
performing in Ms Access 2003.

1. I have a start up form named "Splash" which I want it to load for some
seconds when the database is opened and then to close and give way to
another
form called "Loans". I would not want the "Splash" form to appear again
unless I close the database and re-open it again. How do I code this in
VBA
or using Macros?


Set the timer interval of Splash to, say, 5000 (5 secs). Put some code in
the Timer event to close Splash and open Loans:

DoCmd.OpenForm "Splash"
DoCmd.Close acForm, Me.Name

Regards,
Keith.
www.keithwilby.com
Jun 23 '06 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

10
by: Ed | last post by:
Hoping someone an assist me urgently. I would truly appreciate and help. I have a form and prices are based on 'price break'. 1.The price break fields work fine, but I cannot for the life of me...
0
by: zexx | last post by:
Need some advise.... Payroll program Access97. Payroll is printed then posted to a hx table thro' a query with the payroll calculations that freeze that payroll's numbers for that period. The...
2
by: dn_perl | last post by:
A doubt by a complete ignoramus. I have a table, named ttt : fields : state, continent, capital, currency. The user tries to input values : "France", "Europe", "Nantes", "Dollar" A...
1
by: cheungs7 | last post by:
Hi all, Wondering whether you can anyone help me. We have Sage Payroll (and accounting/payroll software), which has a MS Access database where the data is stored. Now I want to access the...
4
by: Rich_C | last post by:
I'm sure this is very simple, but I have very little experience with javascript -- and what I do know isn't helping me here. I have a simple form where users can enter a quantity (qty) and cost...
8
by: John Sitka | last post by:
Hi, There are four pay types standard shiftpremium doubletime doubletimepremium each hour a person books can be one of these types
4
by: Gari | last post by:
Dear All, I’ve been using this forum since three weeks now and I always had the answer to my questions. So this encourages me to use it again but I hope I am not annoying anybody. I am trying...
25
by: mereba | last post by:
Hello My country Ghana is changing its currency. I want to write a small programme in C++ that can covert from the old currency into the new one. I would like this programme to run behind a simple...
1
by: Rebeccar | last post by:
I am a self taught access user who muddles along! I have a database which has two tables one for recording staff details and the other to record their contract details - they are linked by their...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.