PostgresSql Hebrew dictionary for full text search
Hi, Does anyone know how to add hebrew stemming/spelling dictionary to PostgresSql? Article on Heroku (https://devcenter.heroku.com/article...h-dictionaries) shows that PostgresSQl full text search has...
View ArticleDate filter
I have a database of individuals information. one of the sections is Holidays submitted. So each individual has a record of any past or planned holidays. i would like to product a report that displays...
View ArticleSum of
i have an unbound cell on a form footer which i would like to return the number of True statements in the Form detail "Sport" cell. The data i have is Surname (Text) Title (Text) Sport (yes/no) Rest...
View Articlesum in a query
hi , i'm newbie here , i wanna ask , i have travel database and a query in quey i have expression named sub_total , then i want to sum all of sub_total where id_booking like id_booking_detail but when...
View ArticleCreate global functions
Is it possible to create a function for all databases on a server? We have the need to push this function(SQL) to all databases, there are several hundred of them, and would prefer not to have to push...
View ArticleReports question
Hey guys, is it possible to create one report with data from two forms?
View ArticleUnable to restore online backup to another server
Hi everyone, I'm a seasoned DBA working with MS SQL for almost 15 years, but in the last month I've become the maintainer of a DB2 LUW 9.5 system which is my first exposure to DB2. Anyway I'm trying to...
View Articlesyntax error
Ive tried several iterations of this INSERT INTO statement and it keeps telling me there is a syntax error. Its an event procedure from a data entry form (form_AdminRecord) that opens a second form...
View Articledate diff
This should be easy. But I cannot get it right. I have 2 date fields. General Date - Format m/d/yy hh:mm I want to create a query that will return the difference between the dates in HH:MM So I figured...
View ArticleForm Filter Combo Box not Working
Hi, first post here, So I have a Form Filter (main form filters subform results). One of the 5 combo boxes using Table\Query type for the RowSource is not working (I really hope I can attach my sample...
View ArticleHow to Print what you see in current form
Open frmMultiSelect2, then select some criteria and press OK. The form displays only selected items. Now when I press the button "Command" all those rows, that are visible in the form, I want to be...
View ArticleCalculate Number of Days between Dates
Hello, How do you calculate the number of days from a status date to the current date? I have a Current Status column and a Status Date column in Excel (2010). I would like to see how long an item...
View Articlebest db table design for 107 question 'questionnaire'
[moved to database design thread which is more relevant to question]
View Articledblink error when calling a function that returns setof..
I have this function that works great if call from the db your connected to CREATE TYPE v_over_c AS (linkid INTEGER,from_sec INTEGER,to_sec INTEGER,volume INTEGER,v_over_c numeric); CREATE OR REPLACE...
View ArticleCloning Relational data
Here is a challenge fellows. I have not heard nothing from BD support yet. :eek: Hopefully some of you have the solution. I'm planning to generate recurring billing, so the goal is to clone a quote...
View ArticleWeek of drop down menu which automatically populates date values
Hi all I am very new to ACCESS so any help is greatly appreciated. I am trying to create a form which selects a Week of Value and then populates 7 boxes with the dates in that week. 1. So I need a...
View Articleruntime error 2501 openform action was canceled
Hi, How to fix that? runtime error 2501 openform action was canceled Code: Option Compare Database Option Explicit Private Sub Generate_Click() ' Declare variables Dim db As DAO.Database Dim...
View ArticlePowershell help for SQL Resultset
I need some help ... I find myself somewhat perplexed. Yet this should be easy. So I execute a stored procedure from within a powershell function. Quote: function Stats-Query($SQLServer){ invoke-sqlcmd...
View ArticleError Message - Not sure why?
Has anyone gotten a error message box when launching an Access application that states "There was a problem sending the communication to the program"? We just starting getting this message when we...
View Article