Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. K. Reed

    Can anyone help me figure out what i've done wrong?

    OK so i changed the column from a table reference to a list box and now the IIF runs the first true (yearly), but any of the others come back as the false more digging and now they all work EXCEPT a Bi_Weekly (i think) thank for everyones help!! i think i'll figure it out now :)
  2. K. Reed

    Can anyone help me figure out what i've done wrong?

    so, yes it returns -1 when i add that The Frequency table has two columns an ID and the periods (Weekly, Yearly, etc) all the spelling matches is it a problem to have the column and table named the same? i am changing it now just in case..
  3. K. Reed

    Can anyone help me figure out what i've done wrong?

    does it matter that the Frequency column is a drop chosen from another table?
  4. K. Reed

    Can anyone help me figure out what i've done wrong?

    the code looks correct does the math the way i want but still only produces the final value none of the others i modified the code slightly as i think there was one too many in there Public Function GetCostBack(ByRef strFreq As String, ByRef curCost As Currency) As Currency Dim curReturn As...
  5. K. Reed

    Can anyone help me figure out what i've done wrong?

    i did it doesn't go into how the code refences the table i will keep hunting for more in for on that thanks for your help :) OK so it puts in data, but still not correct..... i will keep looking into it
  6. K. Reed

    Can anyone help me figure out what i've done wrong?

    i haven't used VBA before, i am not sure where to put my column names strfreq is [frequency] correct? curcost = [cost] is that how i would replace them?
  7. K. Reed

    Can anyone help me figure out what i've done wrong?

    Cool now i will try to figure out how to use it! thanks!!
  8. K. Reed

    Can anyone help me figure out what i've done wrong?

    No, my typing is poor but the IIF matches the table with Capitals and _ i thought of that too :) if this helps when i put it in my table it just produces the cost when i put it in my query it gives an #error
  9. K. Reed

    Can anyone help me figure out what i've done wrong?

    Hello i am hoping someone can chime in i am purely just building this budget database for fun, but i want to figure it out dammit! i have two columns on the same table [Cost] and [Frequency] one is my cost the other is how often i pay. it is a dropdown from another table that contains: Weekly...

Part and Inventory Search

Back
Top